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"
}
]
}Get information about all supported trademark offices.
Credits: 0 (Free)
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"
}
]
}Use your API key from the dashboard. Include it in the Authorization header:
Authorization: Bearer YOUR_API_KEYGet your API key at https://signa.so/dashboard
List of offices
Show child attributes