Skip to main content
GET
/
v1
/
offices
List trademark offices
curl --request GET \
  --url https://api.signa.so/v1/offices \
  --header 'Authorization: Bearer <token>'
{
  "offices": [
    {
      "code": "USPTO",
      "name": "United States Patent and Trademark Office",
      "country": "US",
      "region": "North America"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use your API key from the dashboard. Include it in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Get your API key at https://signa.so/dashboard

Response

200 - application/json

List of offices

offices
object[]