---
title: "Get native sign-in token"
method: POST
path: "/api/auth/native-token"
tags: ["Auth"]
---

# Get native sign-in token

`POST /api/auth/native-token`

Generates a sign-in token for the authenticated user. Used by native app: pass Bearer token, get ticket for WebView sign-in.

## Response `200`

{ ticket, expiresAt }

## Other responses

- `401` — No authorization token provided

---

[API](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api.md) · [All operations](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-sports-ecosystem/d-sports-api/revisions/cbc84b00330e/schema)
