Skip to content

Create an access token

POST
/me/access-token
curl --request POST \
--url https://example.com/me/access-token
type
Any of:
Any of:
string
Allowed values: normal mfa
Media type application/json
object
token
required
string
auth_state
required
Any of:
string
Allowed values: success mfa_required mfa_setup
Example
{
"auth_state": "success"
}