cURL
curl --request GET \ --url https://api.example.com/v1/owners
{ "object": "list", "data": [ { "id": "own_abc123", "name": "Apple Inc.", "country_code": "US", "trademark_count": 1847, "registered_count": 1203 } ], "has_more": true, "pagination": { "cursor": "eyJpZCI6ImFiYyJ9" }, "livemode": true, "request_id": "req_xyz789" }
List trademark owners with filtering and pagination