Technical Considerations
3 min
rate limits 200 requests per minute per account applies to both sandbox and production exceeding the limit results in 429 too many requests one object per request bulk create or bulk update operations are not supported each request must operate on a single object (e g one client, one invoice) review based access api access is not open or self serve all use cases are manually reviewed does the api support push notifications or webhooks? not currently the digitail api is a pull based rest api your application must actively query endpoints to retrieve data digitail does not push event notifications to external systems this means you must poll api endpoints to check for updates there is no way to receive an automatic notification when, for example, an appointment is created or an invoice is paid event driven integration architectures are not supported at this time plan your integration with polling in mind if your use case depends on real time event handling, please mention this in your access request so we can advise on the best approach