v1

latestOpenAPI 3.1.0MIT-LICENSE2026-07-24113190543.3 KB
Events

Resend Event

Resend event to selected webhooks

post/events/{event_id}/resend

Path parameters

event_idstring required
Example:6463d6e35a4c3e001819e760

event identifier

Headers

Accept-Language'es' | 'en'

Use for knowing which language to use

Request body

webhooks_idsstring[] required

webhooks ids to resend event

Example request

{
  "webhooks_ids": [
    "6307a60c41de27127515a575",
    "6307a60c41de27127515a571"
  ]
}

Response

successful operation