SMS User

List

Retrieve a paginated list of SMS User records. Supports filtering, sorting, and search.

get/api/cp/sms-user

Response

Successful response

idinteger

Id

company_idinteger

Company Id (references company.id)

usernamestring

Username (unique)

hashstring

Hash

protocolstring[]

Protocol

Example response

[
  {
    "id": 12345,
    "company_id": 1,
    "username": "john_doe",
    "hash": "example_hash",
    "protocol": "http"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.