curl -X POST https://api.thalbank.com/webhooks/resend-withdrawal-event \ -H "x-api-key: sua_api_key" \ -H "Content-Type: application/json" \ -d '{ "withdrawalIds": [ "c3d4e5f6-a7b8-9012-cdef-123456789012" ] }'
{ "status": true }
Reenvia o webhook de um ou mais saques
Was this page helpful?