- endpoint paths and methods
- request and response schemas
- parameter definitions
- status codes and error envelopes
- authentication and idempotency rules
- polling and pagination behavior
- webhook signing and retries
- representative example payloads
Recommended reading order
- Start with the API reference when you need exact schemas and field names.
- Use the guides when you need to understand workflow behavior, retries, pagination, signing, and implementation expectations.
- Use the examples page to compare representative request and response bodies before automating an integration or handing the work to an agent.