List Quotes
Quotes
List All Rate-Locked Quotes for Your Account
List quotes for the application, optionally filtered by customer ID and/or status.
List Quotes
Retrieve a paginated list of all quotes created by your application. Useful for auditing past rate locks, building a history view in your UI, or finding the most recent active quote for a customer.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number of the list (default: 1)
Example:
1
Number of items per page (default: 10)
Example:
10
Filter quotes by customer ID.
Pattern:
^customer_[a-z0-9]+$Example:
"customer_3faa484998f44cfead9668608b9ee1f5"
Filter quotes by status.
Available options:
active, used, expired Example:
"active"
Response
Current page number
Example:
1
Number of items per page
Required range:
1 < x < 100Example:
10
Total number of items
Example:
1
Total number of pages
Example:
1
Whether there is a next page
Example:
false
Whether there is a previous page
Example:
false
The list of quotes for the current page.
Last modified on June 18, 2026