curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/hyperlinks \
--header 'x-api-key: <api-key>'
[
{
"companyLinkType": "homepage",
"hyperlink": "<string>",
"webpageTitle": "<string>",
"webpageDescription": "<string>",
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
Get associated hyperlinks to the business
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/hyperlinks \
--header 'x-api-key: <api-key>'
[
{
"companyLinkType": "homepage",
"hyperlink": "<string>",
"webpageTitle": "<string>",
"webpageDescription": "<string>",
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
The company id
OK
The response is of type object[]
.