auth
password auth
post/auth/v1/token/password
Request body
Example request
{
"clientId": "app1",
"clientSecret": "40cc097b-2a57-4c17-b36a-8fdf3fc2d578",
"password": "my1P@ssword",
"username": "user1"
}Response
OK
{
"clientId": "app1",
"clientSecret": "40cc097b-2a57-4c17-b36a-8fdf3fc2d578",
"password": "my1P@ssword",
"username": "user1"
}OK