Create an API key

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Name of the token

date-time

Expiration date of the token

scope
object

Scope of permissions. Defaults to { grants: ["tenant-admin"] } for the admin tenant (id = 1) and { grants: ["all"] } for other tenants.

string
length ≤ 50

Tag associated with the token

Responses
201

The created API key

400

The requested scope contains grants incompatible with the caller (e.g. admin- grants on a regular API key, or non admin- grants on an admin API key)

403

The maximum number of two API keys has been reached

409

An API key with the same name already exists

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!