Webhook

Description

API


    POST /api/webhook
    PUT /api/webhook/<key>
    DELETE /api/webhook/<key>
    GET /api/webhook
    GET /api/webhook/<key>

CLI


    configure webhook <key>
    show webhook <key>

Data

Webhook

uuid

Type
string
Category
required
Description
UUID of the webhook profile

name

Type
string
Category
required
Description
The name of the webhook profile

callback_url

Type
string
Category
optional
Description
Callback URL for the Webhook

verification_token

Type
string
Category
optional
Description
Verification token sent back with the callback asquery parameters

description

Type
string
Category
optional
Description

tenant_ref

Type
Reference to Tenant
Category
required
Description

References

Tenant

Sub Objects