GET
/
v0
/
company
/
{company_id}
/
contact
curl --request GET \
  --url https://api.openregister.de/v0/company/{company_id}/contact \
  --header 'Authorization: Bearer <token>'
{
  "source_url": "<string>",
  "email": "<string>",
  "phone": "<string>",
  "vat_id": "<string>"
}

Get company contact information

Retrieve contact information for a company using its unique ID. The response includes details such as email address, phone number, VAT identification number, and the source URL where this information was found.

Authorizations

Authorization
string
header
required

API Key Authentication Provide your API key as a Bearer token in the Authorization header.

Path Parameters

company_id
string
required

Unique company identifier. Example: DE-HRB-F1103-267645

Response

200
application/json

Successfully retrieved contact information

The response is of type object.