Skip to main content
GET
/
v1
/
me
/
permissions
Get My Permissions
curl --request GET \
  --url https://app.untetherlabs.com/api/v1/me/permissions \
  --header 'Authorization: Bearer <token>'
{
  "permissions": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

permissions
string[]
required