POST
/
api
/
v1
/
jobs
/
batch
/
trigger
curl --request POST \
  --url https://api.registercheck.de/api/v1/jobs/batch/trigger \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "job_title": "<string>",
  "user_id": "<string>",
  "companies": [
    {
      "name": "<string>",
      "register_number": "<string>",
      "city": "<string>"
    }
  ]
}'
{
  "message": "<string>",
  "batch_job_id": "<string>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json
companies
object[]
required
job_title
string | null
user_id
string | null

Response

200
application/json
Successful Response
message
string
required
batch_job_id
string
required