Skip to main content

Fetch Webhook Configurations

GET 

/verification/api/1.0/webhook-config

Retrieves the configured webhooks for the organization.

Request

Responses

OK

Schema
    code integer
    message string
    data object[]
  • Array [
  • _id string
    endpoint string
    apiKey string
    description string
    orgId string
  • ]
Loading...