The dispatch endpoint is designed to be called by your backend to proxy API requests generated by our Embed SDK.Documentation Index
Fetch the complete documentation index at: https://docs.qonto.com/llms.txt
Use this file to discover all available pages before exploring further.
Only use this endpoint if you’re integrating with the Embed SDK. If you’re connecting directly to our API endpoints, you can safely skip this section.
X-Qonto-Staging-Token header.
These headers, and any similar sensitive information, must not be exposed to the client. They are intended solely for backend use.
To handle this, implement a proxy endpoint in your backend. This endpoint should:
- Receive the request from the client.
- Add the necessary headers.
- Forward the request to our encoded requests dispatch API.
- Receive and decode the request.
- Forward it to the appropriate endpoint.