OAuth scope: product.read
Retrieves the list of products for the authenticated organization.
You can sort this list by using query parameters 👇
Price plans: this endpoint is available for all Qonto price plans.
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.
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Returned page (cf. Pagination).
1
Number of products per page (cf. Pagination).
25
Products can be sorted by their created_at / title property in 2 possible orders: asc (Ascending) / desc (Descending).
created_at:asc, created_at:desc, title:asc, title:desc