GET
/
datasets
/
companies
/
{companyId}
/
registration
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/registration \
  --header 'x-api-key: <api-key>'
[
  {
    "companyRegistrationType": "fTax",
    "isRegistered": true,
    "registeredFrom": "2023-11-07T05:31:56Z",
    "registeredTo": "2023-11-07T05:31:56Z",
    "terminationReasonIfAny": "<string>",
    "firstSeenAtUtc": "2023-11-07T05:31:56Z",
    "lastSeenAtUtc": "2023-11-07T05:31:56Z",
    "companyRegistrationSubType": "<string>",
    "lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

The company id

Response

200 - application/json
OK
companyRegistrationType
enum<string>
Available options:
fTax,
vat,
payroll,
stockCompany,
antimoneyLaundering,
other
isRegistered
boolean | null
registeredFrom
string | null
registeredTo
string | null
terminationReasonIfAny
string | null
firstSeenAtUtc
string | null
lastSeenAtUtc
string | null
companyRegistrationSubType
string | null
lastUpdatedAtUtc
string