Skip to main content
POST
/
apps
/
{appId}
/
webhooks
/
{webhookId}
/
replay
Replay failed deliveries
curl --request POST \
  --url https://api.agg.market/apps/{appId}/webhooks/{webhookId}/replay \
  --header 'x-app-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-app-api-key
string
header
required

App-scoped API key for programmatic app management.

Path Parameters

appId
string
required
webhookId
string
required

Response

200

success
boolean
required