Cati Docs home pagelight logodark logo
  • Support
  • Website
  • Website
Guides
API Reference
  • Documentation
  • Support
  • Status
  • API Documentation
    • Introduction
    • User authentication
    Authentication & Users
    • POST
      Register assistant
    • POST
      Register app user
    • POST
      Send SMS code
    • POST
      Login app user
    • POST
      Connect with app
    • POST
      Get user id
    • POST
      Update user basic data
    • POST
      Update phone number
    • POST
      Send reset SMS
    • POST
      Check reset SMS
    • POST
      Perform password reset
    Connection
    • POST
      Connected users
    • POST
      Connected assistants
    • POST
      Get assistant code
    Media
    • POST
      Send an image
    • POST
      Send an audio
    • POST
      Receive images
    • POST
      Receive audios
    • POST
      Receive media (mobile)
    Contacts
    • POST
      Get contacts (dock)
    • POST
      Get contacts (mobile)
    • POST
      Create contact (mobile)
    • POST
      Edit contact (mobile)
    • POST
      Delete contact (mobile)
    Users
    • POST
      Get owner users
    • GET
      Latest active users
    Rooms
    • POST
      Join a room
    • POST
      Send a heartbeat
    • POST
      Send a videocall push
    Music
    • GET
      Song search
    • GET
      Song URL
    • GET
      Artist songs
    Calendar
    • POST
      Get events
    • POST
      Add event
    • POST
      Delete event
    • POST
      Get events (mobile)
    • POST
      Add event (mobile)
    • POST
      Update events (mobile)
    Authentication & Users

    Send SMS code

    Sends an SMS verification code to a phone number. Used during app user registration to check if the number is already registered.

    POST
    /
    send-sms
    Copy
    Ask AI
    {
      "status": "success",
      "message": "User with this phone number already exists"
    }

    Body

    application/json

    Response

    200
    application/json

    SMS sent successfully or user already exists.

    The response is of type object.

    Register app userLogin app user
    xgithublinkedin
    Powered by Mintlify
    Copy
    Ask AI
    {
      "status": "success",
      "message": "User with this phone number already exists"
    }
    Assistant
    Responses are generated using AI and may contain mistakes.