Skip to main content
Get Provider Places of Service
curl --request GET \
  --url https://api.spikecare.com/public/v1/service-locations/{service_location_id}/clinic-places-of-service \
  --header 'Authorization: Bearer <token>'
{
  "has_more": true,
  "records": [
    "<any>"
  ],
  "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.

Path Parameters

service_location_id
string
required

Query Parameters

starting_after
string<uuid>
ending_before
string<uuid>
limit
integer

Response

has_more
boolean
required
records
any[]
required
first_id
string<uuid> | null
last_id
string<uuid> | null