cURL
curl --request GET \ --url https://app.untetherlabs.com/api/v1/me/permissions \ --header 'Authorization: Bearer <token>'
{ "permissions": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>