curl https://api.thanx.com/partner/scopes \ -H 'X-ClientId: ${client_id}' \ -H 'Accept-Version: v4.0' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer ${access_token}' \
{ "scopes": [ "subscribers.write" ] }
Returns API scopes accessible to the current credentials