Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.orafi.app/v1/webhook/events \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Webhook events fetched successfully", "data": [ { "name": "<string>", "type": "<string>" } ] }
Get all available webhook event types that can be subscribed to
API key for merchant authentication required for most endpoints
Event types retrieved successfully
true
"Webhook events fetched successfully"
Show child attributes