default

Create API Key

org:write

post/api_keys

Request body

keyNamestring required

Name of the API key

Example request

{
  "keyname": "A test",
  "permissions": {
    "admin": true
  },
  "maxUses": 2
}

Response

OK

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.