Returns a paginated list of domain orders belonging to a specific customer under your partner account.
Statuses returned: Only orders with a current status of Active, Suspended, Pending Delete Restorable, or Expired are included. Domains past their expiry date are automatically marked as Expired based on their expiry_timestamp, regardless of the upstream registry status.
Pagination: Results are paged. Use the page parameter to navigate through large result sets. The response includes total_orders (total matching records across all pages) and orders_on_page (count on the current page).
Filtering: Use the optional search parameter to filter results by domain name keyword.
Renewal workflow: The expiry_timestamp on each order is the value you must pass to POST /api/v1/domains/renew. Always fetch the latest value from this endpoint immediately before submitting a renewal to avoid expiry mismatch errors.
A personal access token. Obtain one from the dashboard under Settings > API Key. Include it in the Authorization header as Bearer <token>. Unauthenticated requests to protected routes return 401 Unauthorized.
ID of the customer whose domain orders to retrieve.
85384231
Page number for pagination. Defaults to 1.
1
Optional keyword to filter orders by domain name.
"example"