curl --request GET \
--url https://api.tic.io/media/trademarks/se/{trademarkId} \
--header 'x-api-key: <api-key>'
[
{
"fileName": "<string>",
"mediaFileFormat": "<string>"
}
]
Gets available media for trademark
curl --request GET \
--url https://api.tic.io/media/trademarks/se/{trademarkId} \
--header 'x-api-key: <api-key>'
[
{
"fileName": "<string>",
"mediaFileFormat": "<string>"
}
]
The trademark id
OK
The response is of type object[]
.