Endpoints to retrieve information about the developer's directory.
API Documentation (1.22)
Download OpenAPI description
Languages
Servers
Sandbox
https://api-developer-sandbox.zocdoc.com/
Production
https://api-developer.zocdoc.com/
- Sandbox
https://api-developer-sandbox.zocdoc.com/v1/webhook/mock-request
- Production
https://api-developer.zocdoc.com/v1/webhook/mock-request
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://api-developer-sandbox.zocdoc.com/v1/webhook/mock-request \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"webhook_url": "string",
"webhook_key": "string",
"appointment_update_type": "updated"
}'
Response
application/json
{ "event_type": "string", "webhook_timestamp": "string", "data": { "data_type": "string", "appointment_data": { … } } }