Skip to main content
GET
/
log
/
forwarding
List log-forwarding configurations
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
    }
  ]
}

Authorizations

AccessKey
string
header
required

Please enter a valid personal API key.

Response

List of log-forwarding configurations retrieved successfully.

items
object[]