cURL
curl --request GET \ --url https://api.bunny.net/mc/log/forwarding \ --header 'AccessKey: <api-key>'
{ "items": [ { "id": "<string>", "app": "<string>", "productId": "<string>", "type": "SyslogUdp", "endpoint": "<string>", "port": 123, "createdAt": "2023-11-07T05:31:56Z", "token": "<string>", "format": "SyslogRfc3164", "enabled": true } ] }
Get a list of all log-forwarding configurations for the authenticated user.
Please enter a valid personal API key.
List of log-forwarding configurations retrieved successfully.
Show child attributes
Was this page helpful?