Skip to main content
Get Provider Payors
curl --request GET \
  --url https://api.spikecare.com/public/v1/provider-payors/ \
  --header 'Authorization: Bearer <token>'
{
  "has_more": true,
  "records": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "AETNA",
      "alternate_identifiers": [
        {
          "identifier": "AETNA_INSC",
          "standard": "PROVIDER_IDENTIFIER",
          "payor_types": [
            "COMMERCIAL",
            "MEDICARE"
          ]
        }
      ],
      "insurance_types": [
        [
          "COMMERCIAL",
          "MEDICARE"
        ]
      ]
    }
  ],
  "first_id": null,
  "last_id": null
}

Authorizations

Authorization
string
header
required

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

Query Parameters

starting_after
string<uuid>
ending_before
string<uuid>
limit
integer
identifier
string
standard
enum<string>
Available options:
AVAILITY,
WAYSTAR,
CHANGE_HEALTHCARE,
OFFICE_ALLY,
CLAIM_MD,
PROVIDER_IDENTIFIER
payor_type
enum<string>
Available options:
COMMERCIAL,
MEDICARE,
MEDICAID,
REGIONAL_CENTER,
WORKERS_COMPENSATION,
AUTO_INSURANCE
only_contracted
boolean

Response

has_more
boolean
required
records
V1ProviderPayor · object[]
required
first_id
string<uuid> | null
last_id
string<uuid> | null