Re-trigger delivery of previously produced webhook callbacks identified by their callback ids. Use this endpoint to recover from callbacks that were missed or could not be processed by your system.
Use the GET /callbacks endpoint to look up the ids of callbacks you want to resend.
Each callback's owning organization must be within your scope of access. The request is rejected with 403 Forbidden if any of the provided callback ids is unknown or refers to an organization you are not authorized for. A maximum of 1000 callback ids can be resent in a single call.
A successful call returns 202 Accepted immediately — callbacks are delivered asynchronously through the standard callback delivery pipeline (with retries and back-off) and will appear in the callback log under their existing callback id.
post
https://partner-api.getpliant.com/api/callbacks/resend
