Replay failed deliveries
curl --request POST \
--url https://api.agg.market/apps/{appId}/webhooks/{webhookId}/replay \
--header 'Content-Type: application/json' \
--header 'x-app-api-key: <api-key>' \
--data '{}'{
"success": true
}App Management
Replay failed deliveries
POST
/
apps
/
{appId}
/
webhooks
/
{webhookId}
/
replay
Replay failed deliveries
curl --request POST \
--url https://api.agg.market/apps/{appId}/webhooks/{webhookId}/replay \
--header 'Content-Type: application/json' \
--header 'x-app-api-key: <api-key>' \
--data '{}'{
"success": true
}⌘I