{ "operationId": "searchAdAccounts", "method": "GET", "path": "/adAccounts", "summary": "LinkedIn Search Ad Accounts by Type", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "SuccessResponse", "example": { "elements": [ { "id": 123456, "name": "XYZ Company", "currency": "USD", "type": "BUSINESS", "status": "ACTIVE", "reference": "urn:li:organization:12345678", "test": false } ], "paging": { "start": 0, "count": 10, "total": 1 } } } ] }