Get a contact
Authentication
JWT issued via POST /api/v1/auth/sign_in. Used by mobile and SPA clients. Revoked tokens are rejected.
Path parameters
Response
Contact ID (workspace-scoped). Not the legal-entity ID.
Legal/company registration identifier (SK/CZ IČO). _id denotes identifier, not a foreign key; the value is an opaque string and may be alphanumeric outside SK/CZ (e.g. UK SC123456).
Tax registration identifier (SK/CZ DIČ). An identifier string, not a number.
VAT identifier (SK/CZ IČ DPH). Alphanumeric with a country prefix (e.g. SK2020123456, ATU12345678) — an identifier, not a number.
VAT registration status (standard | non_payer_vat | foreign); nullable.
VAT filing period (e.g. month, quarter, year).
The contact’s registered legal name, including legal form (e.g. “ACME s.r.o.”). This is the contact’s name.

