cURL
curl --request POST \ --url https://api.spikecare.com/public/v1/clinics/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "name": "<string>", "address": "<string>", "taxId": "<string>", "NPI": "<string>", "phoneNumber": "<string>" } '
{ "id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Clinic Create Request Body
Clinic Id
Clinic Name
Clinic Address
Tax ID
National Provider Identifier
Phone Number
Clinic Create Response