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

X-API-Key
string
header
required

Query Parameters

user_id
string
required

Response

200
application/json
Successful Response
watchlist
object[]