Skip to main content
POST
/
v1
/
api
/
auth
/
oauth2
/
apple
Login with Apple Sign-In
curl --request POST \
  --url http://localhost:3091/v1/api/auth/oauth2/apple \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "identityToken": "<string>",
  "firstName": "<string>",
  "lastName": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/api/auth/login

Body

application/json
identityToken
string
required
firstName
string
lastName
string

Response

Apple authentication successful

The response is of type object.