API Guidelines

Authentication

AppZen will provide 2 API keys that need to be passed in headers(x-api-key, customer-key)

Correlation Id

For every API response(success and failure), the response headers will have x-correlation-id. This value needs to be given to AppZen for any troubleshooting assistance.

Rate limiting

AppZen allows 1,000 requests per second and 300,000 requests per day. If you are exceeding either of the limits, you’ll get an HTTP 429 error.