Metadata
Get Scopes
Returns API scopes accessible to the current credentials
GET
/partner/scopes
Bearer*
This endpoint can be used to list out the scopes the API credentials currently has access to.
curl https://api.thanx.com/partner/scopes $HEADERS
Response
scopes
array(string)
Scope granted to API credential being used
{
"scopes": [
"subscribers.write"
]
}
curl https://api.thanx.com/partner/scopes $HEADERS
{
"scopes": [
"subscribers.write"
]
}