post https://apim-cubi-sand-eastus2.azure-api.net/security/v1/oauth2/token
Gets an auth token for the provided client id, secret, and grant type
Responses
Gets an auth token for the provided client id, secret, and grant type
xxxxxxxxxx
curl --request POST \
--url https://apim-cubi-sand-eastus2.azure-api.net/security/v1/oauth2/token \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'
xxxxxxxxxx
{
"access_token": "string",
"token_type": "Bearer",
"expires_in": 3598
}