latestOpenAPI 3.0.42026-08-10286298.1 KB
5728f183a29d
Requests
Returns a paginated list of requests, optionally filtered by status, type, and last-updated time.
get/api/v1/Requests
Query parameters
requestStatusesRequestStatus[]
Optional list of request statuses to filter by.
requestTypesRequestType[]
Optional list of request types to filter by.
updatedAfterstring date-time
Optional filter returning only requests updated strictly after this UTC timestamp.
cursorstring
Optional pagination cursor.
Headers
X-API-SECRETstring required
API Secret is used to verify the integrity of the request and authenticate the client. It should be included in all requests. This value must be kept confidential and should never be exposed in client-side code or public repositories.
API Secret is used to verify the integrity of the request and authenticate the client. It should be included in all requests. This value must be kept confidential and should never be exposed in client-side code or public repositories.
Response
OK