GET
/
phone-number
/
{id}
curl --request GET \
  --url https://api.clarionhealth.com/v1/phone-number/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "organization_id": 123,
  "name": "<string>",
  "assistant_id": 123,
  "number": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
Phone number response
number
string
required

The phone number with country code

id
integer

The unique id for the phone number

organization_id
integer

The id of the organization the phone number belongs to

name
string

The human-friendly name of the phone number

assistant_id
integer

The id of the assistant that the phone number is associated with for inbound calls