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

The response is of type object.