Job Endpoints 📊
Verify investor
POST
/
api
/
v1
/
jobs
/
company
/
verify
/
trigger
curl --request POST \
--url https://api.registercheck.de/api/v1/jobs/company/verify/trigger \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '[
{
"name": "<string>",
"is_company": true,
"birth_date": "<string>",
"register_number": "<string>"
}
]'
{
"message": "<string>",
"job_id": "<string>"
}
{
"id": "string",
"message": "string",
"title": "string",
"status": "string",
"results": {
"company_structure": {
"name": "string",
"is_company": "boolean",
"is_top_company": "boolean",
"register_number": "string",
"share_capital": "number",
"share_capital_currency": "string",
"shareholders": [
{
"name": "string",
"is_company": "boolean",
"register_number": "string",
"register_court": "string",
"city": "string",
"country": "string",
"percentage_share": "number",
"nominal_amount": "number",
"nominal_amount_currency": "string",
"shareholders": [
{
"name": "string",
"is_company": "boolean",
"city": "string",
"country": "string",
"percentage_share": "number",
"nominal_amount": "number",
"nominal_amount_currency": "string",
"source": "string",
"birth_date": "string"
}
],
"source": "string"
}
]
},
"verification_results": [
{
"name": "string",
"is_company": "boolean",
"city": "string",
"country": "string",
"path": "string",
"level": "number",
"source": "string",
"invested": "boolean",
"is_limited_partner": "boolean",
"is_general_partner": "boolean"
}
],
"documents": []
}
}
Authorizations
Query Parameters
Body
application/json · object[]
The body is of type object[]
.
Response
200
application/json
Successful Response
The response is of type object
.
curl --request POST \
--url https://api.registercheck.de/api/v1/jobs/company/verify/trigger \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '[
{
"name": "<string>",
"is_company": true,
"birth_date": "<string>",
"register_number": "<string>"
}
]'
{
"message": "<string>",
"job_id": "<string>"
}