curl --request GET \
--url https://api.spikecare.com/public/v1/clinics/{clinic_id}/service-locations \
--header 'Authorization: Bearer <token>'{
"has_more": true,
"records": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"npi": "1234567890",
"tin": "123456789",
"address_line_1": "54 Broome St",
"provider_group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"city": "New York",
"state": "NY",
"zip_code": "10001",
"name": "<string>",
"clinic_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"address_line_2": "Apt 3",
"ptan_number": null,
"primary_taxonomy_code": null,
"source_id": "my-unique-id-123"
}
],
"first_id": null,
"last_id": null
}curl --request GET \
--url https://api.spikecare.com/public/v1/clinics/{clinic_id}/service-locations \
--header 'Authorization: Bearer <token>'{
"has_more": true,
"records": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"npi": "1234567890",
"tin": "123456789",
"address_line_1": "54 Broome St",
"provider_group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"city": "New York",
"state": "NY",
"zip_code": "10001",
"name": "<string>",
"clinic_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"address_line_2": "Apt 3",
"ptan_number": null,
"primary_taxonomy_code": null,
"source_id": "my-unique-id-123"
}
],
"first_id": null,
"last_id": null
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
The service location's Spike Care identifier
National Provider Identifier
10"1234567890"
Tax Identification Number
9"123456789"
Primary address line
"54 Broome St"
ID of the associated provider group
City name
"New York"
Two-letter state code
"NY"
ZIP code
"10001"
Location name
The associated clinic's Spike Care identifier
Secondary address line
"Apt 3"
PTAN number
Primary taxonomy code
An API client's (internal) identifier for a service location
"my-unique-id-123"