Skip to main content
POST
/
connections
/
{id}
/
inbound-webhooks
/
{webhook_id}
/
deliveries
/
{event_id}
/
retry
Replay an inbound webhook delivery
curl --request POST \
  --url https://api.example.com/connections/{id}/inbound-webhooks/{webhook_id}/deliveries/{event_id}/retry \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.myme.so/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)

Path Parameters

id
string
required
webhook_id
string
required
event_id
string
required

Response

Event row reset; back in the pending queue

ok
enum<boolean>
required
Available options:
true