GET
/
datasets
/
companies
/
{companyId}
/
trademarks
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>"
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

The company id

Response

200 - application/json
OK
trademarkId
integer
applicationNumber
string | null
registeredCountryCode
string | null
registered
string | null
expire
string | null
status
string | null
feature
string | null
word
string | null
mediaUrl
string | null