Authentication

Create Basic Token

POST https://{organisation}.clearlrs.com/api/auth/basic

Inserts new Basic Authentication credentials for a given actor that can be used to make further API requests on behalf of the actor.

Request Body

{
  "username": "uuid"
}

Last updated