Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer token authentication (JWT or user-company token)

Body

application/json

Provide exactly one Apple identifier. sub is an alias for apple_external_id; id_token is decoded to extract its sub claim.

apple_external_id
string
sub
string

Alias for apple_external_id.

id_token
string

Apple ID token; decoded to extract the sub claim.

Response

Success

apple_external_id
string
required
meta
object