POST
/
api
/
hris
/
v1
/
passthrough

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
data
any | null
required

Body of the request

headers
object | null
required

headers of the request

method
enum<string>
required

Method of the request

Available options:
GET,
POST,
PUT,
PATCH,
DELETE
path
string
required

Path of the request

request_format
enum<string> | null
required

format of the request

Available options:
JSON,
XML,
MULTIPART

Response

200 - application/json

The response is of type any.