Skip to main content

Generate Client tokens

POST 

/public-api/v1/auth/token

This endpoint allows clients to generate an access token to authenticate their requests. The token is scoped to the permissions provided in the request body and is returned as a JWT Bearer token.

🔐 Authorization: Requires HTTP Basic Authentication using the client’s credentials.

Note: Each token is scoped to specific permissions and has a defined expiration.

Request

Responses

Token generated successfully