Skip to main content
POST
/
jobs
Create a job
curl --request POST \
  --url https://ywe3crmpll.execute-api.us-east-2.amazonaws.com/stage/jobs \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'

Authorizations

x-api-key
string
header
default:your-api-key-here
required

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response