cURL
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>" }
Returns a single phone number based on the id supplied
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Phone number response
The response is of type object.
object