Javascript
import Openregister from 'openregister'; const client = new Openregister({ apiKey: 'My API Key', }); const response = await client.company.getContactV0('company_id'); console.log(response.vat_id);
{ "source_url": "<string>", "email": "<string>", "phone": "<string>", "vat_id": "<string>" }
API Key Authentication Provide your API key as a Bearer token in the Authorization header.
Unique company identifier. Example: DE-HRB-F1103-267645
Successfully retrieved contact information
The response is of type object.
object