cURL
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" } ] }
Server API Key (format: {keyId}:{secret})
Success
Show child attributes