Appearance
Sign in with Apple
POST
/api/v1/auth/apple
Verify an Apple ID token and return a JWT access token. Links to existing account if email matches, or creates new account.
Request Body
application/json
JSON
{
"id_token": "string",
"first_name": null,
"last_name": null
}
Responses
Successful Response
application/json
JSON
{
"access_token": "string",
"token_type": "bearer",
"two_factor_required": false,
"two_factor_setup_required": false,
"two_factor_method": "string",
"temp_token": "string"
}