{
"grant_type": "password",
"client_id": "{{client_id}}",
"client_secret": "{{client_secret}}",
"username": "{{sub_login}}",
"password": "{{user_password}}"
}
curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/tokens' \
--header 'Content-Type: application/json' \
--data-raw '{
"grant_type": "password",
"client_id": "",
"client_secret": "",
"username": "{{sub_login}}",
"password": "{{user_password}}"
}'
{
"username": "string",
"user": "string",
"territory": "string",
"domain": "string",
"site": "string",
"group": "string",
"department": "string",
"uid": "string",
"login": "string",
"scope": "string",
"user_email": "string",
"displayName": "string",
"access_token": "string",
"expires_in": 0,
"token_type": "string",
"refresh_token": "string",
"client_id": "string",
"apiversion": "string"
}