cURL
curl --request POST \ --url https://api.stackone.com/unified/proxy \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --header 'x-account-id: <x-account-id>' \ --data '{ "url": "https://api.sample-integration.com/v1", "method": "get", "path": "/employees/directory", "headers": { "Content-Type": "application/json" }, "body": {} }'
This response does not have an example.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The account identifier
The request body
The body is of type object.
object
The proxy request was successful.
Was this page helpful?