POST
https://sjaa-members-866e0b003e92.herokuapp.com
/
api-keys
curl --request POST \
  --url https://sjaa-members-866e0b003e92.herokuapp.com/api-keys \
  --header 'Authorization: Basic <encoded-value>'
{
  "token": "<string>",
  "permissions": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200
application/json

Bearer token api key.

The response is of type object.