API Limits
This document applies to the API exposed by QCA.
Â
This article lists the different limits that are set on API requests. The limits are subject to change, following the Qmatic API Terms of use
API Rate limits
HTTP response code 429 - Too Many Requests
is returned if limits are exceeded.
 | Appointments External API |
---|---|
Sandbox | 100 req/min |
Production | 100 req/min |
API token rate limit
1 request per sec
Request time out
HTTP response code 504 - Gateway Timeout
is returned when a request exceeds 350 seconds execution time.
Connection Timeout
The number of milliseconds a service will wait, after accepting a connection, for the request URI line to be presented. Defaults to 60 seconds.
Maximum Connections
The maximum number of simultaneous requests. HTTP response code 429 - Too Many Requests
is returned if limits are exceeded.
Appointments External API |
---|
8192 * (number of currently running instances) |
Operation Timeout
The maximum amount of time that allocated to a single request. HTTP response code 408 - Request Timeout
is returned if limits are exceeded.
Appointments External API |
---|
350s |
Request Size
The maximum size of the request. HTTP response code 413: Request Entity Too Large
is returned if limits are exceeded.
Appointments External API |
---|
2MB |