curl --location 'https://api.nomba.com/v1/webhooks/re-push' \ --header 'Authorization: Bearer <token> \ --header 'Content-Type: application/json' \ --header 'accountId: <accountId>'\ --data '{ "hooksRequestId": "6703XXXd1-158a-42XX-8f0b-XXXXXXXXX" }'
{ "code": "200", "description": "Webhooks message re-pushed successfully" }
Learn how to re-push a failed webhook.
POST /v1/webhooks/re-push