PUT
/
watchlist
/
subscriptions
/
{subscription_id}
curl --request PUT \
  --url https://jobs-api.registercheck.de/api/v2/watchlist/subscriptions/{subscription_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "event_types": [
    "<string>"
  ]
}'
{
  "id": "<string>",
  "user_id": "<string>",
  "company_id": "<string>",
  "company_name": "<string>",
  "company_register_number": "<string>",
  "person_id": "<string>",
  "person_full_name": "<string>",
  "person_birth_date": "<string>",
  "is_active": true,
  "configs": []
}

Authorizations

Authorization
string
header
required

Enter your API key

Path Parameters

subscription_id
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.