Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.city.atlas.krd/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

POST /auth/signin

Request Body

{
  "phoneNumber": "+1234567890"
}

Response

{
  "success": true,
  "data": {
    "user": {
      "id": "uuid",
      "phoneNumber": "+1234567890",
      "isActive": true
    },
    "accessToken": "jwt_token"
  }
}
Use accessToken for OTP operations.