Allows you to dispatch an encoded request.
This endpoint is meant to be called by your backend, to proxy requests built for you by our client SDK.
Depending on the underlying proxied endpoint, you may need to include specific headers, such as an Authorization
header or other custom headers required by the proxied service.
Please refer to the API documentation for detailed information on the required headers for each endpoint.
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.
The encoded request has been dispatched successfully.
The response is of type object
.