Skip to main content
POST
https://api.dojah.io
/
api
/
v1
/
webhook
/
subscribe
Subscribe to a service
curl --request POST \
  --url https://api.dojah.io/api/v1/webhook/subscribe \
  --header 'AppId: <appid>' \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "service": "<string>",
  "webhook": "<string>"
}
'
{
  "entity": "Webhook added successfully"
}
AppId
string
required
Application ID from dashboard

BODY PARAMS

service
string
required
sms , ngn_wallet, kyc_widget
webhook
string
required
The URL to deliver notification to

RESPONSES

200
json
json
400
Object
401
Object
{
  "entity": "Webhook added successfully"
}