GET
/
phone-number
curl --request GET \
  --url https://api.clarionhealth.com/v1/phone-number \
  --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.

Query Parameters

assistantId
string

Filter phone numbers by assistantId

Response

200 - application/json

List of Phone Numbers

The response is of type object[].