Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
Type of event that will trigger the webhook.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/webhook-event
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/webhook-event
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/webhook-event' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"description": "string",
"eventType": "appointment.created",
"extensions": {},
"isEnabled": true,
"webhookEventId": "123e4567-e89b-12d3-a456-426614174000"
}'Webhook Event created successfully
Timestamp when this webhook event configuration was created.
Type of event that will trigger the webhook.
Timestamp when this webhook event configuration was last updated.
{ "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "eventType": "appointment.created", "extensions": {}, "isEnabled": true, "updatedAt": "2025-01-01T00:00:00.000Z", "webhookEventId": "123e4567-e89b-12d3-a456-426614174000" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/webhook-event
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/webhook-event
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/webhook-event?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&description=string&eventType=appointment.created&isEnabled=true' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/webhook-event/{webhookEventId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/webhook-event/{webhookEventId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/webhook-event/{webhookEventId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Webhook Event found
Timestamp when this webhook event configuration was created.
Type of event that will trigger the webhook.
Timestamp when this webhook event configuration was last updated.
{ "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "eventType": "appointment.created", "extensions": {}, "isEnabled": true, "updatedAt": "2025-01-01T00:00:00.000Z", "webhookEventId": "123e4567-e89b-12d3-a456-426614174000" }
Type of event that will trigger the webhook.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/webhook-event/{webhookEventId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/webhook-event/{webhookEventId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/webhook-event/{webhookEventId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"description": "string",
"eventType": "appointment.created",
"extensions": {},
"isEnabled": true
}'Webhook Event updated successfully
Timestamp when this webhook event configuration was created.
Type of event that will trigger the webhook.
Timestamp when this webhook event configuration was last updated.
{ "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "eventType": "appointment.created", "extensions": {}, "isEnabled": true, "updatedAt": "2025-01-01T00:00:00.000Z", "webhookEventId": "123e4567-e89b-12d3-a456-426614174000" }
Type of event that will trigger the webhook.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/webhook-event/{webhookEventId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/webhook-event/{webhookEventId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/webhook-event/{webhookEventId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"description": "string",
"eventType": "appointment.created",
"extensions": {},
"isEnabled": true
}'Webhook Event replaced successfully
Timestamp when this webhook event configuration was created.
Type of event that will trigger the webhook.
Timestamp when this webhook event configuration was last updated.
{ "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "eventType": "appointment.created", "extensions": {}, "isEnabled": true, "updatedAt": "2025-01-01T00:00:00.000Z", "webhookEventId": "123e4567-e89b-12d3-a456-426614174000" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/webhook-event/{webhookEventId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/webhook-event/{webhookEventId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/webhook-event/{webhookEventId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'