Fetch Webhook Configurations
GET/verification/api/1.0/webhook-config
Retrieves the configured webhooks for the organization.
Request
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
code integer
message string
data object[]
_id string
endpoint string
apiKey string
description string
orgId string
{
"code": 0,
"message": "Success",
"data": [
{
"_id": "6a32928801b19c3a8a61991d",
"endpoint": "https://your-server.com/webhook",
"apiKey": "secure-shared-webhook-key",
"description": "BGV completions webhook",
"orgId": "659402179b271d7e123a8ef2"
}
]
}
Loading...