{
"grant_type": "mfa",
"client_id": "{{client_id}}",
"client_secret": "{{client_secret}}",
"username": "{{user_login}}",
"password": "{{user_password}}",
"mfa_vendor": "google",
"mfa_type": "authenticator",
"passcode": "110124",
"ns_id_type": "subscriber",
"access_token": "2711618e692064e183e9596a26e8eb10"
}
curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/tokensHASHHACK2' \
--header 'Content-Type: application/json' \
--data-raw '{
"grant_type": "mfa",
"client_id": "",
"client_secret": "",
"username": "",
"password": "{{user_password}}",
"mfa_vendor": "google",
"mfa_type": "authenticator",
"passcode": "110124",
"ns_id_type": "subscriber",
"access_token": "2711618e692064e183e9596a26e8eb10"
}'
{
"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"
}