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.