API ReferencePlatform
Reenviar un evento
Vuelve a entregar UN evento a tus webhooks suscritos a su tipo — recovery manual para cuando tu endpoint se perdió una entrega. La entrega reenviada va firmada igual que la original y con el mismo id de evento: tu procesamiento idempotente por id la absorbe sin duplicar nada.
Authorization
tenantToken AuthorizationBearer <token>
Tu token de tenant: tk_live_…. El entorno sandbox llega pronto; los tokens tk_test_ quedarán reservados para él. Scopes: read, lookup, transfers, bonuses, payouts, webhooks. Usa el mínimo.
In: header
Path Parameters
event_id*string
Format
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/events/497f6eca-6276-4993-bfeb-53cbbbba6f08/redeliver"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "type": "transfer.completed", "api_version": "string", "created_at": "2019-08-24T14:15:22Z", "data": { "object": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "scope": "internal", "status": "completed", "source_account": "0b96a69a-83bf-4bb3-9b52-1bfb05c01fa0", "destination": { "type": "account", "account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65" }, "amount": { "raw": "string", "asset": "COPM" }, "fee": { "raw": "string", "asset": "COPM" }, "description": "string", "created_at": "2019-08-24T14:15:22Z" } }}