Skip to main content
POST
Replay an event

Authorizations

Authorization
string
header
required

OAuth 2.0 access token for a connected application. Limited to the scopes granted at consent.

Headers

authorization
string
required

Bearer token for API authentication

Idempotency-Key
string

Makes retries safe. A retry with the same key and the same request replays the stored response for 24 hours (header Idempotent-Replayed: true); the same key with a different request returns 400.

Maximum string length: 255

Path Parameters

id
string
required

Body

application/json

Body

webhookId
string

Replay to this webhook only. Omit to replay to every webhook subscribed to the event type.

Response

200

ok
enum<boolean>
required
Available options:
true
endpoints
integer
required

Number of webhooks the event was queued to

Required range: -9007199254740991 <= x <= 9007199254740991