{ "operationId": "getAdAccountById", "method": "GET", "path": "/adAccounts/{SponsoredAccountId}", "summary": "LinkedIn Fetch Ad Account by Id", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "SuccessResponse", "example": { "id": 123456, "name": "XYZ Company", "currency": "USD", "type": "BUSINESS", "status": "ACTIVE", "reference": "urn:li:organization:12345678", "test": false } } ] }