GET
/
keys
cURL
curl --request GET \
  --url https://membership.sjaa.net/api/keys \
  --header 'Authorization: Bearer <token>'
[
  {
    "token": "<string>",
    "permissions": [
      "<string>"
    ]
  }
]

Authorizations

Authorization
string
header
required

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

Response

API Keys response.

token
string

The Bearer token that can be used to access other API endpoints.

permissions
string[]

A list of permissions that your api-key is granted. Any of these Permissions.

Allows reading of any data, except permissions.