post https://{BaseUrl}/api/v3.0/authorizationTokens
Resellers can retrieve access tokens for a given end-user account, assuming that the end-user account falls under the reseller's account.
Responses
Resellers can retrieve access tokens for a given end-user account, assuming that the end-user account falls under the reseller's account.
xxxxxxxxxx
13curl --request POST \
--url https://api.cxxx.eagleeyenetworks.com/api/v3.0/authorizationTokens \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"scopes": [
"vms.all"
],
"type": "application",
"targetType": "user"
}
'
Try It!
to start a request and see the response here! Or choose an example: