Get Logs

The GET_LOGS push event request asks a community to upload their logs and information to the support app for debugging purposes.

GET_LOGS

The GET_LOGS push event request asks a community to upload their logs and information to the support app for debugging purposes. Upon request, the logs will be uploaded to the support app via the UPLOAD_LOGS endpoint.

{
    "key": "YOUR_API_KEY", // Authenticate legitimate event traffic
    "type": "GET_LOGS",
    "logKey": 1, // Log KEY/ID to upload to
}

Last updated