cURL
curl --request POST \ --url https://api.bindbee.dev/api/hris/v1/passthrough \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-connector-token: <x-connector-token>' \ --data '{ "method": "POST", "path": "/employees", "headers": { "Content-Type": "application/json" }, "data": "<any>", "request_format": "JSON" }'
"<any>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type any.
any