Base URL
Request Format
- All requests must be made over HTTPS TLS v1.2+
- Request bodies must be valid JSON with
Content-Type: application/json - All response bodies are returned as JSON
- Maximum request body size: 10MB
- Request timeout: 30 seconds
HTTP Methods
GET- Retrieve data (query parameters for filtering/pagination)POST- Create new resourcesPATCH- Update existing resourcesDELETE- Remove resources
Rate Limits
The API enforces the following rate limits per organization:| Tier | Requests per minute | Burst limit |
|---|---|---|
| Standard | 1,000 | 1,500 |
| Enterprise | 5,000 | 7,500 |
Rate limits are calculated per organization, not per API key. All requests
from your organization count toward the same limit regardless of which API key
is used.
X-RateLimit-Limit- Request limit per windowX-RateLimit-Remaining- Requests remaining in current windowX-RateLimit-Reset- Unix timestamp when the rate limit resets
Pagination
List endpoints support cursor-based pagination with the following response structure:Array containing the requested resources
Pagination metadata for navigating through results
Base64-encoded cursor for the next page of results. Null if no more pages
available.
Indicates whether additional pages of results are available
The maximum number of items returned in this response
Pagination Parameters
- Default page size: 20 items
- Maximum page size: 100 items
limit: Query parameter to specify page size (1-100)cursor: Query parameter to specify starting position for next page
Regional Availability
- Primary: US East (us-east-1)
- Data residency options available for compliance requirements

