GET
/
partner
/
scopes
curl https://api.thanx.com/partner/scopes $HEADERS
{
  "scopes": [
    "subscribers.write"
  ]
}

This endpoint can be used to list out the scopes the API credentials currently has access to.

Response

scopes
array(string)

Scope granted to API credential being used