auth

password auth

post/auth/v1/token/password

Request body

clientIdstring required

Client ID

clientSecretstring

Client Secret

passwordstring required

User password

usernamestring required

User username

Example request

{
  "clientId": "app1",
  "clientSecret": "40cc097b-2a57-4c17-b36a-8fdf3fc2d578",
  "password": "my1P@ssword",
  "username": "user1"
}

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.