Skip to main content
POST
/
webhooks
/
{id}
/
events
/
{eventId}
/
replay
cURL
curl -X POST 'https://api.nuntly.com/webhooks/apk_01ka8k8s80gvx9604cn9am5st4/events/evt_01ka8k8s80gvx9604cn9am5st4/replay' \
  -H 'Authorization: Bearer apk_xxx'
{
  "error": {
    "status": 123,
    "code": "<string>",
    "title": "<string>",
    "details": {}
  }
}

Authorizations

Authorization
string
header
required

Use an API key from https://nuntly.com/dashboard/api-keys. Required on every endpoint.

Path Parameters

id
string
required
eventId
string
required

Response

Request accepted.