---
title: "Get company contact information"
method: GET
path: "/v0/company/{company_id}/contact"
tags: ["v0"]
---

# Get company contact information

`GET /v0/company/{company_id}/contact`

## Path parameters

- `company_id` string, required

## Response `200`

Successfully retrieved contact information

- Contact
  - `source_url` string, uri, required — Where the contact information was found. Example: "https://openregister.de"
  - `email` string — Company contact email address. Example: "founders@openregister.de"
  - `phone` string — Company phone number. Example: "+49 030 12345678"
  - `vat_id` string — Value Added Tax identification number. (Umsatzsteuer-Identifikationsnummer) Example: "DE370146530"

## Other responses

- `400` — Bad Request - Invalid parameters provided
- `401` — Unauthorized - Authentication required
- `402` — Payment Required - Insufficient credits for this request
- `404` — Not Found - No contact information available
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error - An error occurred while processing the request

---

[API](https://skmtc.net/openregister/apis/openregister-api.md) · [All operations](https://skmtc.net/openregister/apis/openregister-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openregister/openregister-api/versions/1d5abbf21b60/schema)
