GET
/
lists
/
curl --request GET \
  --url https://jobs-api.registercheck.de/api/v2/lists/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "emoji": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>",
    "items": [
      {
        "entity_id": "<string>",
        "entity_name": "<string>",
        "is_company": true,
        "register_number": "<string>",
        "birth_date": "<string>",
        "notes": "<string>",
        "id": "<string>",
        "created_at": "<string>",
        "updated_at": "<string>",
        "watchlist_subscription_id": "<string>"
      }
    ],
    "tags": [
      {
        "id": "<string>",
        "name": "<string>"
      }
    ],
    "is_watchlist": false
  }
]

Authorizations

Authorization
string
header
required

Enter your API key

Response

200 - application/json

Successful Response

The response is of type ListResponse ยท object[].