Watchlist Endpoints 👀
Get watchlist for user
Watchlist Endpoints 👀
Get watchlist for user
GET
/
api
/
v1
/
watchlist
curl --request GET \
--url https://api.registercheck.de/api/v1/watchlist \
--header 'X-API-Key: <api-key>'
{
"watchlist": [
{
"id": "<string>",
"name": "<string>",
"register_number": "<string>",
"last_checked_at": "2023-11-07T05:31:56Z",
"last_change_at": "2023-11-07T05:31:56Z",
"events": [
{
"type": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"details": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"item_type": "<string>",
"request_payload": {}
}
]
}
Authorizations
Query Parameters
Response
200
application/json
Successful Response
curl --request GET \
--url https://api.registercheck.de/api/v1/watchlist \
--header 'X-API-Key: <api-key>'
{
"watchlist": [
{
"id": "<string>",
"name": "<string>",
"register_number": "<string>",
"last_checked_at": "2023-11-07T05:31:56Z",
"last_change_at": "2023-11-07T05:31:56Z",
"events": [
{
"type": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"details": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"item_type": "<string>",
"request_payload": {}
}
]
}