Skip to main content
POST
/
api
/
auth
/
native-token
Get native sign-in token
curl --request POST \
  --url https://app.d-sports.org/api/auth/native-token \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Response

{ ticket, expiresAt }