Webhooks
Fetch All Webhooks
GETTING STARTED
GOVERNMENT DATABASE CHECKS (Individual)
- Nigeria π³π¬
- Kenya π°πͺ
- Uganda πΊπ¬
- Ghana π¬π
- South Africa πΏπ¦
- Angola π¦π΄
- Zimbabwe πΏπΌ
- Zambia πΏπ²
GOVERNMENT DATABASE CHECKS (Businesses)
- Nigeria π³π¬
IDENTITY VERIFICATION SERVICES
- Global Identity Verification π
- Nigeria π³π¬
BIOMETRIC CHECKS
DOCUMENT ANALYSIS
ADDRESS VERIFICATION
- Nigeria π³π¬
MESSAGING SERVICES
GLOBAL BUSINESS CHECK
Webhooks
Fetch All Webhooks
This endpoint allows you to Fetch All your Application Webhooks
###Request
[GET]
{{baseUrl}}api/v1/webhook/fetch
Headers
Header | Type | Description |
---|---|---|
AppId | string | Create an app to get your app ID on dashboard here |
Authorization | string | public secret key |
Response
{
"entity": [
{
"app_id": "61e6bef823664a003647505f",
"endpoint": "https://webhook.site/ec43b51e-eca7-42f0-b794-fb4f7b8c89d0",
"environment": "live",
"service": "sms",
"confirmation_status": "DELIVERED",
"date_created": "2022-01-18T14:31:36.810231+01:00",
"date_updated": "2022-01-18T14:31:36.810319+01:00"
},
{
"app_id": "61e6bef823664a003647505f",
"endpoint": "https://webhook.site/ec43b51e-eca7-42f0-b794-fb4f7b8c89d0",
"environment": "sandbox",
"service": "sms",
"confirmation_status": "DELIVERED",
"date_created": "2022-01-18T14:22:22.398813+01:00",
"date_updated": "2022-01-18T14:22:22.398857+01:00"
}
]
}
Was this page helpful?
On this page