Security
ClientCredentialsFlow or AuthorizationCodeFlow
- Sandboxhttps://api-developer-sandbox.zocdoc.com/v1/webhook/mock-request
- Productionhttps://api-developer.zocdoc.com/v1/webhook/mock-request
- ClientCredentialsFlow
- AuthorizationCodeFlow
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
{ "event_type": "string", "webhook_timestamp": "string", "data": { "data_type": "string", "appointment_data": { … } } }