GET
/
webhooks
/
{id}
/
logs
Get webhook logs
curl --request GET \
  --url https://api.reply.io/v3/webhooks/{id}/logs \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
string<uuid>
required

Webhook Id

Response

200

Webhook logs retrieved successfully