Create Authorization

Create an authorization with a POST request to the endpoint.

Body Params
date

An optional (but recommended) expiry date for the authorization token, in ISO 8601 format without milliseconds. If omitted, the token never expires.

string

Required if the account has 2FA enabled or twoFactor is true. The code that was sent to the user.
Example:124568

boolean

If true, a 2FA code will be required to generate the authorization token, regardless of whether the user has 2FA enabled.
Example: True

Response

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json