Skip to main content

Get token

POST 

/v1/auth/token

Authenticates the user based on the user's email, password, and session ID. If the user is authenticated successfully, it returns the user's token.

The token is non-expiring and must be used as a Bearer token in subsequent requests.

Request

Responses

Auth