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

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Webhook details

success
boolean
message
string
data
object