- Submit request to update mapped insurance plans
Get provider locations
Get provider location by id
Get availability for provider locations
Get insurance mappings for provider location
Submit request to update...
Submits a request to update mapped insurance plans. This is an asynchronous operation and the response indicates the request was accepted for processing, not that the update is complete.
Security
ClientCredentialsFlow(Required scopes:
external.provider_insurance.writ...
)- Sandboxhttps://api-developer-sandbox.zocdoc.com/v1/provider_locations/{provider_location_id}/insurance_mappings
- Productionhttps://api-developer.zocdoc.com/v1/provider_locations/{provider_location_id}/insurance_mappings
curl -i -X POST \
'https://api-developer-sandbox.zocdoc.com/v1/provider_locations/{provider_location_id}/insurance_mappings' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"insurance_plan_ids": [
"string"
],
"operation": "Add"
}'Response
{ "request_id": "string" }