Skip to main content
GET
/
webhook
/
events
Get webhook event types
curl --request GET \
  --url https://api.orafi.app/v1/webhook/events \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Event types

success
boolean
message
string
data
string[]