curl --request GET \
--url https://api.signa.so/v1/owners/search \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"results": [
{
"owner_id": "<string>",
"name": "<string>",
"normalized_name": "<string>",
"country": "<string>",
"entity_type": "<string>",
"trademark_count": 123,
"jurisdictions": [
"<string>"
]
}
]
}
}Search for trademark owners and view their portfolio statistics.
curl --request GET \
--url https://api.signa.so/v1/owners/search \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"results": [
{
"owner_id": "<string>",
"name": "<string>",
"normalized_name": "<string>",
"country": "<string>",
"entity_type": "<string>",
"trademark_count": 123,
"jurisdictions": [
"<string>"
]
}
]
}
}Use your API key from the dashboard. Include it in the Authorization header as a Bearer token.
Authorization: Bearer YOUR_API_KEYGet your API key at https://signa.so/dashboard
Owner name search query
Filter by jurisdiction