ApiTokens
Create an ApiToken
Creates a new ApiToken. The ApiToken is returned, including its token
field, which you should record for future reference. Be careful, this token is only returned once, when the token is created.
POST
Authorizations
Body
application/json
An ApiToken is a unique identifier that you can use to authenticate requests to the API. You can create as many ApiTokens as you need.
Response
200
application/json
The created ApiToken
An ApiToken is a unique identifier that you can use to authenticate requests to the API. You can create as many ApiTokens as you need.