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 '
{
  "ids": [
    "008bf90d-6f24-4377-9da1-eee863adb3d1",
    "008bf90d-6f24-4377-9da1-eee863adb3d2",
    "008bf90d-6f24-4377-9da1-eee863adb3d3"
  ]
}
'
{
  "message": "Ok",
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://developer.obiex.finance/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response

The response is of type object.