POST
/
api
/
hris
/
v1
/
passthrough
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>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-connector-token
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.