Retrieves a list of quotes associated with the agent. Optionally, you can provide parameters to limit and/or filter your query.

Log in to see full request history
Path Params
string
required
Query Params
boolean

Whether or not the found quotes will be bound.

date-time

The date after which the found quotes will have been created.

date-time

The date before which the found quotes will have been created.

string

The email of the driver associated with the quote.

string

The first name of the driver associated with the quote. This query param has fuzzy find, so you can pass a partial name.

string

The last name of the driver associated with the quote. This query param has fuzzy find, so you can pass a partial name.

integer

The maximum number of quotes to return. This defaults to unlimited.

integer

The number of quotes to offset before returning a number of quotes up to the passed limit. This defaults to 0 and the offset is by created_at ascending. We recommend you use this in combination with created_before for predictable paging.

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json