SMS User
Read
Retrieve a single SMS User record by ID.
get/api/cp/sms-user/{id}
Path parameters
idinteger required
Id identifier
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.