Skip to main content
Get Clinic
curl --request GET \
  --url https://api.spikecare.com/public/v1/clinics/{clinic_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "legal_name": "<string>",
  "dba": "<string>",
  "source_id": "my-unique-id-123",
  "spike-care_url": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

clinic_id
string
required

Response

Provider Response Schema

Provider Response Schema

id
string<uuid>
required

The clinic's Spike Care identifier

Legal name of the provider

dba
string
required
spike-care_url
string
required

URL to view this clinic in the Spike Care Health app

source_id
string | null

An API client's (internal) identifier for a provider

Example:

"my-unique-id-123"