Skip to main content
POST
/
transactions
/
resendWebhooks
Resend Webhooks(multiple transactions)
curl --request POST \
  --url https://api.obiex.finance/v1/transactions/resendWebhooks \
  --header 'Content-Type: application/json' \
  --data '
"{\n    \"ids\": [\n        \"008bf90d-6f24-4377-9da1-eee863adb3d1\", // transaction id\n        \"008bf90d-6f24-4377-9da1-eee863adb3d2\",\n        \"008bf90d-6f24-4377-9da1-eee863adb3d3\"\n    ]\n}"
'
{}

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response

The response is of type object.