Proxy
Proxy Request
POST
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 paramters
Example:
"/employees/directory"
The headers to send in the request
Example:
{ "Content-Type": "application/json" }
The body of the request
Response
200
_mintlify/placeholder
The proxy request was successful.
Was this page helpful?