Skip to main content
GET
List quotes

Authorizations

Authorization
string
header
required

Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.

Headers

X-Qonto-Staging-Token
string

Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.

Query Parameters

filter[status]
enum<string>[]

Quotes can be filtered by their status: Status can be one of: pending_approval, approved, canceled

Available options:
pending_approval,
approved,
canceled
filter[created_at_from]
string<date-time>

Quotes can be filtered by their created_at property. This filter can be used in combination with the created_at_to query parameter to get quotes created within a specific timeframe. Please use a valid date time format (ISO 8601 for instance).

Example:

"2022-02-01T12:01:02Z"

filter[created_at_to]
string<date-time>

Quotes can be filtered by their created_at property. This filter can be used in combination with the created_at_from query parameter to get quotes created within a specific timeframe. Please use a valid date time format (ISO 8601 for instance).

Example:

"2022-23-04T16:23:00Z"

page
integer

Returned page (cf. Pagination).

Example:

1

per_page
integer
default:100

Number of quotes per page (cf. Pagination).

Required range: x <= 500
sort_by
enum<string>
default:created_at:desc

Quotes can be sorted by their created_at property in 2 possible orders: asc (Ascending) / desc (Descending).

Available options:
created_at:desc,
created_at:asc

Response

Returns a list of quotes.

quotes
object[]
required
meta
object
required