Skip to main content
GET
/
v1
/
server
/
webhooks
/
{id}
/
logs
Get Webhook Logs
curl --request GET \
  --url https://sdk-api.playcamp.io/v1/server/webhooks/{id}/logs \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 123,
      "webhookId": 123,
      "eventType": "<string>",
      "payload": {},
      "httpStatus": 123,
      "responseBody": "<string>",
      "success": true,
      "attemptNumber": 123,
      "sentAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Server API Key (format: {keyId}:{secret})

Path Parameters

id
integer
required

Response

Success

data
object[]
required