Skip to main content
GET
/
company-lookup
Look up a Romanian company by CUI/CIF
curl --request GET \
  --url https://api.contazen.ro/v1/company-lookup \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "object": "company_lookup",
    "cui": "<string>",
    "name": "<string>",
    "rc": "<string>",
    "address": "<string>",
    "city": "<string>",
    "county": "<string>",
    "country": "<string>",
    "postal_code": "<string>",
    "caen": "<string>",
    "vat_payer": true,
    "split_vat": true,
    "ro_einvoice_registered": true,
    "is_inactive": true,
    "registration_date": "<string>",
    "authority_name": "<string>",
    "source": "<string>"
  },
  "meta": {
    "version": "v1",
    "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "response_time": "23.45ms"
  }
}

Authorizations

Authorization
string
header
required

Use your API key (sk_live_xxx or sk_test_xxx)

Query Parameters

cui
string
required

The CUI/CIF number to look up (with or without RO prefix)

Example:

"12345678"

Response

Company data found

success
boolean
data
object
meta
object