---
title: "Generate Mobile Login"
method: POST
path: "/Auth/Generate/Mobile"
tags: ["Auth"]
---

# Generate Mobile Login

`POST /Auth/Generate/Mobile`

**Auth:** Anonymous - no token required.

Generate a mobile login token -- which is sent to the user's mobile device

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PostGenerateMobileLoginRequest
  - `mobile` string, nullable

## Response `204`

Success - Sent message

## Other responses

- `400` — An Error Occurred - Could not generate token

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
