List Requests
List Requests
List and filter the service requests in your broker account.
GET
List Requests
Returns a paginated list of service requests that belong to the authenticated broker.
The full endpoint is
GET /api/v1/requests. The request does not have a body.
Filtering And Order
The API applies all specified filters before it appliesoffset and limit. It sorts matching requests by submitted_date in descending order.
The date boundaries are inclusive. You can use a date, such as 2026-05-01, or a timestamp, such as 2026-05-31T23:59:59Z.
The pagination.page value is floor(offset / limit) + 1. Use an offset that is a multiple of limit when you need predictable page numbers.
Errors
Error responses usesuccess: false and an error object.
Authorizations
Send the API key in the Authorization bearer header. Production keys begin with sk_live_.
Query Parameters
Required range:
1 <= x <= 100Required range:
x >= 0Available options:
pending, approved, denied Available options:
new-service, upgrade, downgrade, cancellation, cancellation-warning, revert, welcome-email Available options:
manual, form, api Case-insensitive client name/email search or exact public request ID.
Inclusive date or timestamp parseable by JavaScript Date.parse; ISO 8601 is recommended.
Inclusive date or timestamp parseable by JavaScript Date.parse; ISO 8601 is recommended.
Only the literal value true includes sanitized public custom data.
Last modified on August 2, 2026

