curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/trademarks \
--header 'x-api-key: <api-key>'
[
{
"trademarkId": 123,
"applicationNumber": "<string>",
"registeredCountryCode": "<string>",
"registered": "2023-11-07T05:31:56Z",
"expire": "2023-11-07T05:31:56Z",
"status": "<string>",
"feature": "<string>",
"word": "<string>",
"mediaUrl": "<string>"
}
]
Gets trademarks registered to the company
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/trademarks \
--header 'x-api-key: <api-key>'
[
{
"trademarkId": 123,
"applicationNumber": "<string>",
"registeredCountryCode": "<string>",
"registered": "2023-11-07T05:31:56Z",
"expire": "2023-11-07T05:31:56Z",
"status": "<string>",
"feature": "<string>",
"word": "<string>",
"mediaUrl": "<string>"
}
]
The company id
OK
The response is of type object[]
.