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"
}
]
Gets VAT, Payroll, Tax and other registrations
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"
}
]
The company id
OK
The response is of type object[]
.