GET
/
lists
/
{list_id}
Get List
curl --request GET \
  --url https://jobs-api.registercheck.de/api/v2/lists/{list_id} \
  --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

Path Parameters

list_id
string
required

Response

Successful Response

Response model for a target list

id
string
required

Unique identifier for the list

name
string
required

Name of the list

created_at
string
required

ISO timestamp when the list was created

updated_at
string
required

ISO timestamp when the list was last updated

description
string | null

Optional description of the list

emoji
string | null

Optional emoji icon for the list

items
ListItemResponse · object[]

List of entities in this list

tags
TagResponse · object[]

Tags associated with this list

is_watchlist
boolean
default:false

Whether this list is a watchlist with active monitoring