cURL
curl --request POST \ --url https://app.d-sports.org/api/auth/native-token \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "ticket": "<string>", "expiresAt": "2023-11-07T05:31:56Z" } }
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 .
Sign-in ticket
true
Show child attributes
Was this page helpful?