Skip to main content
Get Provider Place of Service
curl --request GET \
  --url https://api.spikecare.com/public/v1/clinic-places-of-service/{clinic_place_of_service_id} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

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

Path Parameters

clinic_place_of_service_id
string
required

Response

Provider Place of Service

The response is of type any.