Skip to main content

Get webhook

GET 

/webhooks/:webhookId

Return a webhook's details, i.e., its metadata

Request

Path Parameters

    webhookId stringrequired

    Web Hook Param

Query Parameters

    siteId string

    Site Identifier

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    siteId string

    Site Identifier

    name string

    Webhook name

    url string

    Webhook url

    insertedDate string

    Inserted Timestamp

    webhookId string

    Webhook Identifier

    userId string

    User who added document

    enabled string

    Is webhook enabled

    ttl string

    Webhook time to live (expiry in seconds)

Loading...