8/24 NexHealth Synchronizer API

Number of APIs: 68

Welcome to the developer hub and documentation for the NexHealth Synchronizer API. This section of guide describes the operations, response parameters, request parameters, and parameter constraints related to User API. The term Operations refer to functions or methods. The operations are included in requests and send to the web server. Each operation performs a different action or a query on database.

Contact Support:
Name: NexHealth
Email: info@nexhealth.com

  1. Patient Documents - View patient documents GET {{baseUrl}}/patients/:id/documents?subdomain={{subdomain}}

  2. Procedures - View procedures GET {{baseUrl}}/procedures?subdomain={{subdomain}}&location_id={{location_id}}&provider_id=<integer>&patient_id=<integer>&appointment_id=<integer>&page=1&per_page=5

  3. Providers - View provider GET {{baseUrl}}/providers/:id?subdomain={{subdomain}}&include[]=["locations","provider_requestables"]&include[]=["locations","provider_requestables"]

  4. Webhook Endpoints - View webhook endpoints GET {{baseUrl}}/webhook_endpoints?active=<boolean>

  5. Webhook Endpoints - Delete webhook endpoint DELETE {{baseUrl}}/webhook_endpoints/:id

  6. Webhook Subscriptions - Create webhook subscription POST {{baseUrl}}/webhook_endpoints/:id/webhook_subscriptions?subdomain={{subdomain}}

  7. Webhook Subscriptions - View webhook subscriptions GET {{baseUrl}}/webhook_endpoints/:id/webhook_subscriptions?subdomain={{subdomain}}&resource_type=<string>&event=<string>

  8. Webhook Subscriptions - Delete webhook subscription DELETE {{baseUrl}}/webhook_endpoints/:id/webhook_subscriptions/:subscription_id?subdomain={{subdomain}}

  9. Webhook Subscriptions - Edit webhook subscription PATCH {{baseUrl}}/webhook_endpoints/:id/webhook_subscriptions/:subscription_id?subdomain={{subdomain}}

  10. Locations - View locations GET {{baseUrl}}/locations?subdomain={{subdomain}}&inactive=<boolean>&foreign_id=<string>