https://docs.heydonto.com/_mock/apis/heydonto/openapi/
https://api-staging.heydonto.com/
https://api.heydonto.com/
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site
https://api-staging.heydonto.com/site
https://api.heydonto.com/site
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
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site
https://api-staging.heydonto.com/site
https://api.heydonto.com/site
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" }
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/billing-analytics-admin
https://api-staging.heydonto.com/site/billing-analytics-admin
https://api.heydonto.com/site/billing-analytics-admin
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/billing-analytics-admin?clientAccountIds=0&endDate=2023-01-31&startDate=2023-01-01' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
[ { "clientAccountId": 10, "sites": [ … ], "activeSiteCount": 5 } ]
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/billing-analytics-client-account
https://api-staging.heydonto.com/site/billing-analytics-client-account
https://api.heydonto.com/site/billing-analytics-client-account
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/billing-analytics-client-account?clientAccountIds=0&endDate=2023-01-31&startDate=2023-01-01' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
[ { "clientAccountId": 10, "sites": [ … ], "activeSiteCount": 5 } ]
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}
https://api-staging.heydonto.com/site/{siteId}
https://api.heydonto.com/site/{siteId}
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
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}
https://api-staging.heydonto.com/site/{siteId}
https://api.heydonto.com/site/{siteId}
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" }
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}
https://api-staging.heydonto.com/site/{siteId}
https://api.heydonto.com/site/{siteId}
curl -i -X DELETE \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/fhir-reset
https://api-staging.heydonto.com/site/{siteId}/fhir-reset
https://api.heydonto.com/site/{siteId}/fhir-reset
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
}'