Skip to main content
POST
/
accounting
/
profile
/
sync
Sync the fiscal profile from ANAF
curl --request POST \
  --url https://api.contazen.ro/v1/accounting/profile/sync \
  --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"
  },
  "message": "Profil fiscal sincronizat.",
  "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

Profile synced

success
boolean
data
object

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

message
string
Example:

"Profil fiscal sincronizat."

meta
object