Create a token

Application API tokens are created on request. Simply supply a human-readable name to associate with the token (so you know where it is being used) with the scopes to be assigned.

You will use the id of this token in the authentication header. You will also use this id to modify the token itself (enable it, disable it, delete it).

This action triggers an email notification.

Authorized scopes:

  • owner
  • admin:full

🚧

2FA Secured

This endpoint requires a 2FA confirmation code be provided in the request body.

Language
Credentials
Bearer
token
URL
Click Try It! to start a request and see the response here!