cURL
curl --request POST \ --url https://app.d-sports.org/api/auth/native-token \ --header 'Authorization: Bearer <token>'
Generates a sign-in token for the authenticated user. Used by native app: pass Bearer token, get ticket for WebView sign-in.
Clerk session token. Use Authorization: Bearer .
{ ticket, expiresAt }
Was this page helpful?