Watchlist Endpoints 👀
Get watchlist results
Watchlist Endpoints 👀
Get watchlist results
GET
/
api
/
v1
/
watchlist
/
{watchlist_id}
curl --request GET \
--url https://api.registercheck.de/api/v1/watchlist/{watchlist_id} \
--header 'X-API-Key: <api-key>'
{
"id": "<string>",
"message": "<string>",
"title": "<string>",
"status": "<string>",
"results": {
"id": "<string>",
"name": "<string>",
"register_number": "<string>",
"register_errors": [
"<string>"
],
"documents": [
{
"name": "<string>",
"url": "<string>",
"type": "<string>"
}
],
"meta_data": {
"company_name": "<string>",
"legal_form": "<string>",
"registered_office": "<string>",
"business_address": "<string>",
"register_court": "<string>",
"register_number": "<string>",
"company_purpose": "<string>",
"share_capital": 123,
"share_capital_currency": "<string>",
"managing_directors": [
{
"title": "<string>",
"name": "<string>",
"birthdate": "<string>",
"city": "<string>"
}
],
"general_representation": "<string>",
"general_partners": [
{}
],
"limited_partners": [
{}
],
"authorized_representatives": [
{}
],
"important_dates": {
"founding_date": "<string>"
},
"special_clauses": [
"<string>"
],
"number_of_entries": 123,
"last_entry_date": "<string>"
},
"financial_reports": [
{
"name": "<string>",
"link": "<string>",
"date": "<string>",
"language": "<string>",
"report_pdf_url": "<string>",
"report_table_html_url": "<string>"
}
],
"company_structure": {
"name": "<string>",
"is_company": true,
"is_top_company": true,
"register_number": "<string>",
"share_capital": 123,
"share_capital_currency": "<string>",
"shareholders": [
{
"name": "<string>",
"is_company": true,
"register_number": "<string>",
"register_court": "<string>",
"city": "<string>",
"country": "<string>",
"percentage_share": 123,
"nominal_amount": 123,
"nominal_amount_currency": "<string>",
"source": "<string>",
"shareholders": [
{}
]
}
]
}
},
"history": [
{}
],
"last_checked_at": "<string>",
"last_change_at": "<string>",
"events": [
{}
],
"item_type": "<string>",
"request_payload": {}
}
Authorizations
Path Parameters
Query Parameters
Response
200
application/json
Successful Response
curl --request GET \
--url https://api.registercheck.de/api/v1/watchlist/{watchlist_id} \
--header 'X-API-Key: <api-key>'
{
"id": "<string>",
"message": "<string>",
"title": "<string>",
"status": "<string>",
"results": {
"id": "<string>",
"name": "<string>",
"register_number": "<string>",
"register_errors": [
"<string>"
],
"documents": [
{
"name": "<string>",
"url": "<string>",
"type": "<string>"
}
],
"meta_data": {
"company_name": "<string>",
"legal_form": "<string>",
"registered_office": "<string>",
"business_address": "<string>",
"register_court": "<string>",
"register_number": "<string>",
"company_purpose": "<string>",
"share_capital": 123,
"share_capital_currency": "<string>",
"managing_directors": [
{
"title": "<string>",
"name": "<string>",
"birthdate": "<string>",
"city": "<string>"
}
],
"general_representation": "<string>",
"general_partners": [
{}
],
"limited_partners": [
{}
],
"authorized_representatives": [
{}
],
"important_dates": {
"founding_date": "<string>"
},
"special_clauses": [
"<string>"
],
"number_of_entries": 123,
"last_entry_date": "<string>"
},
"financial_reports": [
{
"name": "<string>",
"link": "<string>",
"date": "<string>",
"language": "<string>",
"report_pdf_url": "<string>",
"report_table_html_url": "<string>"
}
],
"company_structure": {
"name": "<string>",
"is_company": true,
"is_top_company": true,
"register_number": "<string>",
"share_capital": 123,
"share_capital_currency": "<string>",
"shareholders": [
{
"name": "<string>",
"is_company": true,
"register_number": "<string>",
"register_court": "<string>",
"city": "<string>",
"country": "<string>",
"percentage_share": 123,
"nominal_amount": 123,
"nominal_amount_currency": "<string>",
"source": "<string>",
"shareholders": [
{}
]
}
]
}
},
"history": [
{}
],
"last_checked_at": "<string>",
"last_change_at": "<string>",
"events": [
{}
],
"item_type": "<string>",
"request_payload": {}
}