cURL
curl --request GET \ --url https://jobs-api.registercheck.de/api/v2/watchlist/subscriptions \ --header 'Authorization: Bearer <token>'
[ { "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": [] } ]
Get all watchlist subscriptions for a user
Enter your API key
Successful Response
The response is of type WatchlistSubscriptionResponse · object[].
WatchlistSubscriptionResponse · object[]
Was this page helpful?