v1
latestOpenAPI 3.1.02026-07-242325051.4 MBTrademarks
Trademarks:List
Retrieve a list of all trademarks. If no merchantCode is provided, we will return the trademarks available under your own merchant registration. If a merchantCode is supplied, you must have access to that merchant.
get/v2/trademarks/list
Query parameters
Provides filtering based on status.
{
"eq": "APPROVED",
"neq": "APPROVED"
}Response
OK
Example response
{
"trademarks": [
{
"code": "TM-1234-4321",
"name": "My trade name",
"status": "approved"
}
],
"total": 10
}