post https://{server}/ns-api/v2/tokens#1
Note: # and anything after is NOT needed, its just to allow multiple examples for the same path/method.
Log in to see full request history
Responses
Note: # and anything after is NOT needed, its just to allow multiple examples for the same path/method.
xxxxxxxxxx
curl --request POST \
--url 'https://ns-api.com/ns-api/v2/tokens#1' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"grant_type": "password"
}
'
Try It!
to start a request and see the response here! Or choose an example: