token_create
POST/public-api/token/
Authenticate with username and password to get an access and refresh tokens.
Please do not get a new access token again with this endpoint, because the amount of outstanding tokens is limited. You can use your refresh token at /token/refresh/ to refresh both access and refresh tokens.
Request
Responses
- 200
- 400
- 401
- 403
- 429
No Content
Unauthorized
Forbidden: Too many outstanding tokens
Too Many Requests: Too many failed login attempts