POST
/
api
/
ats
/
v1
/
jobs
curl --request POST \
  --url https://api.bindbee.dev/api/ats/v1/jobs \
  --header 'Authorization: Bearer <token>' \
  --header 'x-connector-token: <x-connector-token>'
"<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

Response

200
application/json
Successful Response

The response is of type any.