Returns all the API Keys currently assigned to the account.
cURL
curl --request GET \ --url https://membership.sjaa.net/api/keys \ --header 'Authorization: Bearer <token>'
[ { "token": "<string>", "permissions": [ "<string>" ] } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API Keys response.
The response is of type object[].
object[]