Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Headers
The account identifier
Body
application/json
The request body
The base url of the request
Example:
"https://api.sample-integration.com/v1"
The method of the request
Available options:
get, post, put, delete, patch The path of the request including any query parameters
Example:
"/employees/directory"
The headers to send in the request
Example:
{ "Content-Type": "application/json" }The body of the request
Response
The proxy request was successful.