cURL
curl --request GET \ --url https://api.tic.io/media/trademarks/se/{trademarkId}/{mediaFileFormat} \ --header 'x-api-key: <api-key>'
[ { "fileName": "<string>", "mediaFileFormat": "<string>" } ]
Gets the media for the trademark
The trademark id
The trademark media type
Set to true to get an inline file rendered in the browser
OK
The response is of type object[].
object[]