Appearance
Sign in with Apple
POST
/api/v1/auth/apple
Verify an Apple ID token and sign in or create an account.
Request Body
application/json
JSON "id_token": "string", "first_name": "string", "last_name": "string"
{
}
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"
{
}