curl --request GET \
--url https://api.signa.so/v1/owners/{owner_id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"owner_id": "<string>",
"name": "<string>",
"entity_type": "<string>",
"country": "<string>",
"address": {},
"statistics": {
"total_trademarks": 123,
"by_jurisdiction": {},
"by_status": {},
"by_class": {}
}
}
}Retrieve detailed information and portfolio statistics for a specific trademark owner.
curl --request GET \
--url https://api.signa.so/v1/owners/{owner_id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"owner_id": "<string>",
"name": "<string>",
"entity_type": "<string>",
"country": "<string>",
"address": {},
"statistics": {
"total_trademarks": 123,
"by_jurisdiction": {},
"by_status": {},
"by_class": {}
}
}
}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