Sending Requests On Behalf Of

As an API customer, you may need to send requests on behalf of your end users.

This functionality allows you to manage end users within the API by including the X-On-Behalf header in your requests.

The X-On-Behalf header is a custom HTTP header that indicates a request is being made on behalf of another entity.

To use this feature, you must first register the end user and complete their KYC verification.
Once verified, you will receive the end user's ID, which can be used to perform operations on their behalf.

If you simply want to send API requests as yourself, you can omit this header.