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

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.