v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Trademarks

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

eqstring

Get results that equal the given value

neqstring

Get results that are not equal to the given value

Provides filtering based on status.

{
  "eq": "APPROVED",
  "neq": "APPROVED"
}

Response

OK

totalinteger nullable

The total items the collection contains

Example response

{
  "trademarks": [
    {
      "code": "TM-1234-4321",
      "name": "My trade name",
      "status": "approved"
    }
  ],
  "total": 10
}