cURL
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" } }
Look up a Romanian company by CUI/CIF number
Use your API key (sk_live_xxx or sk_test_xxx)
The CUI/CIF number to look up (with or without RO prefix)
"12345678"
Company data found
Show child attributes
Was this page helpful?