cURL
curl --request POST \ --url https://api.orafi.app/v1/webhook/subscribe \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "events": [ "<string>" ] } '
{ "success": true, "message": "<string>" }
Subscribe to specific webhook events
Subscribed