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
- 200
- 403
- 404
- 422
Auth
Authorization error
Not found
Validation error