v1
latestOpenAPI 3.0.12026-07-227292131.4 KBme
Create an auth token.
Create a short-term authentication token using user credentials for exchanging access and refresh tokens.
post/me/auth-tokens
Request body
Example request
{
"email": "john_doe@example.com",
"password": "john_doe_password"
}Response
Successfully created an auth token for user.
Example response
{
"authToken": "eyJhbGciOiJIUzI1NiIsInR...",
"is2FARequired": true
}