Skip to main content
GET
/
accounting
/
profile
Retrieve the fiscal profile
curl --request GET \
  --url https://api.contazen.ro/v1/accounting/profile \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "object": "fiscal_profile",
    "id": "f8h2cKp9",
    "subject_cui": "28171477",
    "denumire": "HAPPY PIXELS SRL",
    "tva_status": true,
    "tva_scope_start_date": "2011-03-16",
    "tva_scope_end_date": "2023-12-25",
    "rtvai": true,
    "split_tva": true,
    "inactiv": true,
    "inactiv_date": "2023-12-25",
    "efactura_registered": true,
    "caen": 6201,
    "caen_name": "<string>",
    "address_sediu_social": "<string>",
    "address_domiciliu_fiscal": "<string>",
    "last_synced_at": "2026-04-27 08:24:57"
  },
  "meta": {
    "version": "v1",
    "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "response_time": "23.45ms"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.contazen.ro/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use your API key (sk_live_xxx or sk_test_xxx)

Response

Fiscal profile snapshot

success
boolean
data
object

Snapshot of the public ANAF v9 PlatitorTVA record for the firm's CUI.

meta
object