API Reference
API Reference
The Acme API is a RESTful service that provides programmatic access to all platform features. All endpoints require authentication via API key passed in the Authorization header.
Base URL: `https://api.acme.com/v1`
Rate limits are enforced per API key: 100 requests per minute for Free plans, 1000 for Pro, and 5000 for Enterprise. When rate-limited, the API returns a 429 status with Retry-After header.
All responses follow a consistent envelope format with `data`, `meta`, and `errors` fields. Pagination uses cursor-based pagination with `after` and `limit` query parameters.
Last edited by Priya Patel, about 1 year ago