SMS User
List
Retrieve a paginated list of SMS User records. Supports filtering, sorting, and search.
get/api/cp/sms-user
Response
Successful response
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.