https://docs.heydonto.com/_mock/apis/heydonto/openapi/
https://api-staging.heydonto.com/
https://api.heydonto.com/
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site
- Sandbox
https://api-staging.heydonto.com/site
- Production
https://api.heydonto.com/site
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site?clientAccountId=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
List of sites retrieved successfully.
The address of the site
Array of dental service IDs associated with the site
Array of dental practice IDs associated with the site
The cloud based user password for the site
The date and time the site was last updated
[ { "name": "Downtown Clinic", "address": { … }, "googlePlaceId": "ChIJN1t_tDeuEmsRUsoyG83frY4", "clientAccountId": 1, "organizationId": 1, "brandId": 2, "phoneNumber": "+1-555-555-5555", "website": "https://www.downtownclinic.com", "anyDeskIp": "192.168.1.1", "practiceManagementSystemId": 123, "isEnabled": true, "siteManagerUserId": 45, "dentalServiceIds": [ … ], "dentalPracticeIds": [ … ], "cloudUserName": "cloud-user", "cloudUserPassword": "cloud-user-password", "cloudOrganizationName": "cloud-organization-name", "cloudLoginUrl": "https://cloud-login-url.com", "createdAt": "2021-08-01T00:00:00.000Z", "updatedAt": "2021-08-01T00:00:00.000Z" } ]
The address of the site
Array of dental service IDs associated with the site
Array of dental practice IDs associated with the site
The cloud based user password for the site
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site
- Sandbox
https://api-staging.heydonto.com/site
- Production
https://api.heydonto.com/site
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"name": "Downtown Clinic",
"address": {
"street": "123 Main St",
"city": "New York",
"zipCode": "10001"
},
"googlePlaceId": "ChIJN1t_tDeuEmsRUsoyG83frY4",
"clientAccountId": 1,
"organizationId": 1,
"brandId": 2,
"phoneNumber": "+1-555-555-5555",
"website": "https://www.downtownclinic.com",
"anyDeskIp": "192.168.1.1",
"practiceManagementSystemId": 123,
"isEnabled": true,
"siteManagerUserId": 45,
"dentalServiceIds": [
1,
2,
3
],
"dentalPracticeIds": [
10,
11,
12
],
"cloudUserName": "cloud-user",
"cloudUserPassword": "cloud-user-password",
"cloudOrganizationName": "cloud-organization-name",
"cloudLoginUrl": "https://cloud-login-url.com"
}'
Site created successfully.
The address of the site
Array of dental service IDs associated with the site
Array of dental practice IDs associated with the site
The cloud based user password for the site
{ "name": "Downtown Clinic", "address": { "street": "123 Main St", "city": "New York", "zipCode": "10001" }, "googlePlaceId": "ChIJN1t_tDeuEmsRUsoyG83frY4", "clientAccountId": 1, "organizationId": 1, "brandId": 2, "phoneNumber": "+1-555-555-5555", "website": "https://www.downtownclinic.com", "anyDeskIp": "192.168.1.1", "practiceManagementSystemId": 123, "isEnabled": true, "siteManagerUserId": 45, "dentalServiceIds": [ 1, 2, 3 ], "dentalPracticeIds": [ 10, 11, 12 ], "cloudUserName": "cloud-user", "cloudUserPassword": "cloud-user-password", "cloudOrganizationName": "cloud-organization-name", "cloudLoginUrl": "https://cloud-login-url.com", "createdAt": "2021-08-01T00:00:00.000Z", "updatedAt": "2021-08-01T00:00:00.000Z" }
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/billing-analytics-admin
- Sandbox
https://api-staging.heydonto.com/site/billing-analytics-admin
- Production
https://api.heydonto.com/site/billing-analytics-admin
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/billing-analytics-admin?startDate=2023-01-01&endDate=2023-01-31&clientAccountIds=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
[ { "clientAccountId": 10, "sites": [ … ], "activeSiteCount": 5 } ]
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/billing-analytics-client-account
- Sandbox
https://api-staging.heydonto.com/site/billing-analytics-client-account
- Production
https://api.heydonto.com/site/billing-analytics-client-account
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/billing-analytics-client-account?startDate=2023-01-01&endDate=2023-01-31&clientAccountIds=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
[ { "clientAccountId": 10, "sites": [ … ], "activeSiteCount": 5 } ]
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}
- Sandbox
https://api-staging.heydonto.com/site/{siteId}
- Production
https://api.heydonto.com/site/{siteId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Site retrieved successfully.
The address of the site
Array of dental service IDs associated with the site
Array of dental practice IDs associated with the site
The cloud based user password for the site
{ "name": "Downtown Clinic", "address": { "street": "123 Main St", "city": "New York", "zipCode": "10001" }, "googlePlaceId": "ChIJN1t_tDeuEmsRUsoyG83frY4", "clientAccountId": 1, "organizationId": 1, "brandId": 2, "phoneNumber": "+1-555-555-5555", "website": "https://www.downtownclinic.com", "anyDeskIp": "192.168.1.1", "practiceManagementSystemId": 123, "isEnabled": true, "siteManagerUserId": 45, "dentalServiceIds": [ 1, 2, 3 ], "dentalPracticeIds": [ 10, 11, 12 ], "cloudUserName": "cloud-user", "cloudUserPassword": "cloud-user-password", "cloudOrganizationName": "cloud-organization-name", "cloudLoginUrl": "https://cloud-login-url.com", "createdAt": "2021-08-01T00:00:00.000Z", "updatedAt": "2021-08-01T00:00:00.000Z" }
The address of the site
Array of dental service IDs associated with the site
Array of dental practice IDs associated with the site
The cloud based user password for the site
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}
- Sandbox
https://api-staging.heydonto.com/site/{siteId}
- Production
https://api.heydonto.com/site/{siteId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"name": "Downtown Clinic",
"address": {
"street": "123 Main St",
"city": "New York",
"zipCode": "10001"
},
"googlePlaceId": "ChIJN1t_tDeuEmsRUsoyG83frY4",
"clientAccountId": 1,
"organizationId": 1,
"brandId": 2,
"phoneNumber": "+1-555-555-5555",
"website": "https://www.downtownclinic.com",
"anyDeskIp": "192.168.1.1",
"practiceManagementSystemId": 123,
"isEnabled": true,
"siteManagerUserId": 45,
"dentalServiceIds": [
1,
2,
3
],
"dentalPracticeIds": [
10,
11,
12
],
"cloudUserName": "cloud-user",
"cloudUserPassword": "cloud-user-password",
"cloudOrganizationName": "cloud-organization-name",
"cloudLoginUrl": "https://cloud-login-url.com"
}'
Site updated successfully.
The address of the site
Array of dental service IDs associated with the site
Array of dental practice IDs associated with the site
The cloud based user password for the site
{ "name": "Downtown Clinic", "address": { "street": "123 Main St", "city": "New York", "zipCode": "10001" }, "googlePlaceId": "ChIJN1t_tDeuEmsRUsoyG83frY4", "clientAccountId": 1, "organizationId": 1, "brandId": 2, "phoneNumber": "+1-555-555-5555", "website": "https://www.downtownclinic.com", "anyDeskIp": "192.168.1.1", "practiceManagementSystemId": 123, "isEnabled": true, "siteManagerUserId": 45, "dentalServiceIds": [ 1, 2, 3 ], "dentalPracticeIds": [ 10, 11, 12 ], "cloudUserName": "cloud-user", "cloudUserPassword": "cloud-user-password", "cloudOrganizationName": "cloud-organization-name", "cloudLoginUrl": "https://cloud-login-url.com", "createdAt": "2021-08-01T00:00:00.000Z", "updatedAt": "2021-08-01T00:00:00.000Z" }
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}
- Sandbox
https://api-staging.heydonto.com/site/{siteId}
- Production
https://api.heydonto.com/site/{siteId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/fhir-reset
- Sandbox
https://api-staging.heydonto.com/site/{siteId}/fhir-reset
- Production
https://api.heydonto.com/site/{siteId}/fhir-reset
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/fhir-reset' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"force": true
}'