GET
/
api
/
v1
/
jobs
/
status
/
{job_id}
curl --request GET \
  --url https://api.registercheck.de/api/v1/jobs/status/{job_id} \
  --header 'X-API-Key: <api-key>'
{
  "id": "<string>",
  "status": "PENDING",
  "created_at": "<string>",
  "is_batch": true
}

Authorizations

X-API-Key
string
header
required

Path Parameters

job_id
string
required

Response

200
application/json

Successful Response

The response is of type object.