Replay Notification
Re-enqueues a previously dispatched notification so it is redelivered to
the issuer’s currently configured webhook for that event. Returns 409
when the issuer has no enabled subscription for the event.
Required scopes: notifications:write
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
Your issuer organization ID, provided by Kard
eventId
The event ID of the notification to replay.
Response
This endpoint returns an object.
data
Errors
400
Invalid Request
401
Unauthorized Error
404
Does Not Exist Error
409
Conflict Error
500
Internal Server Error