ApiV1RateLimit
objectApiV1Response
objectShow Child Parameters
Show Child Parameters
ApiV1Response2
objectStandardized successful API response wrapper for v1.0.0 endpoints.
Always true for successful responses.
Semantic API version (e.g., “1.0.0”).
UTC timestamp when the response was generated.
Unique request identifier for tracing.
The response payload.
Pagination and metadata information for collection responses.
Show Child Parameters
Rate limit information returned with each response.
Show Child Parameters
ApiV1RateLimit2
objectRate limit information returned with each response.
Total request quota for the current window.
Remaining requests in the current window.
UTC timestamp when the rate limit window resets.
ApiV1Meta2
objectPagination and metadata information for collection responses.
Current page number (1-based).
Number of items per page.
Total number of records available across all pages.
Total number of pages.
Whether there is a next page available.
Whether there is a previous page available.