UserApiTokens
Create a new API Token for Dashboard User
POST
Create a new API Token for Dashboard User
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Fields necessary to create a new token
The body is of type object
.
Response
201
application/json
The newly created token, with the plaintext of the token. This is the only time when this plaintext will be revealed.
The response is of type object
.
Create a new API Token for Dashboard User