Skip to main content
GET
/
phone-numbers
List organization phone numbers
curl --request GET \
  --url https://api.maxcare.ai/v4/phone-numbers \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Organization-Id: <x-organization-id>'
{
  "code": "success",
  "data": {
    "phoneNumbers": [
      {
        "id": "PNxxxxxx",
        "number": "+15551234567",
        "formattedNumber": "(555) 123-4567",
        "name": "Main Line",
        "type": "patients"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.maxcare.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Marketplace API key

Headers

X-Organization-Id
string
required

Target clinic organization ID

Query Parameters

type
enum<string>

Filter by phone number type

Available options:
unassigned,
payers,
patients

Response

Success

code
string
required

Response code

Example:

"success"

data
object
required