Authentication
Request an authentication token for an existing user or project client
The grant type must be one of password or client_credentials. When using a grant type of password, you must provide the fields username (email) and password. When using the grant type client_credentials you must provide the fields client_id and client_secret. The grant type provider is reserved for internal purposes and should not be used.
post/api/v1/auth/token
Request body
Response
Successfully authenticated
Changes
No recorded changes to this endpoint across all 17 revisions of this API.