Skip to main content

Access Token Generation

POST 

/public/api/auth/token

Authenticates the user using Base64-encoded credentials and returns access and refresh tokens.
Credential format: Base64(email + ":" + password)

Request

Responses

Authentication successful