https://thirdparty.qonto.com/<api-version>
For example, to use version 1 of our API:
https://thirdparty.qonto.com/v1
Within a single API version, Qonto may introduce non-breaking changes at any time. To ensure your integration remains stable, we recommend designing your implementation to be flexible with these updates. Non-breaking changes may include:
- Adding new endpoints,
- Introducing new fields in response payloads at any level,
- Adding optional fields to request payloads,
- Expanding enumerated lists with new possible values,
- Reordering fields or elements in unordered lists,
- Modifying the format or length of identifiers (unless a specific format is documented).