An overview of the REST API and its capabilities
/v1/org
endpoints to:
/v1/org/categories
.
v1
. All endpoints are prefixed with /v1/
to ensure compatibility as the API evolves.
X-RateLimit-Limit
: Your total request limitX-RateLimit-Remaining
: Remaining requests in current periodX-RateLimit-Reset
: When the limit resets (Unix timestamp)429 Too Many Requests
error. The response includes a Retry-After
header indicating how long to wait before retrying.
Need higher limits? Contact our support team to discuss your requirements.