{ "operationId": "listHttpInputTokens", "method": "GET", "path": "/services/data/inputs/http", "summary": "List Http Event Collector Tokens", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listhttpinputtokens200Example", "example": { "origin": "example_value", "updated": "2026-01-15T10:30:00Z", "entry": [ { "name": "Example Title", "content": {} } ], "paging": { "total": 10, "perPage": 10, "offset": 10 } } } ] }