v1

latestOpenAPI 3.1.02026-08-045217107.2 KB
Auth

Apple Sign-In

Sign in or register using an Apple ID token.

post/auth/apple

Request body

idTokenstring required

Apple ID token

Response

Authentication successful

successboolean
accessTokenstring

JWT access token (15 min expiry). Store in memory only.

messagestring

Example response

{
  "success": true
}