Skip to main content

Add webhook

POST 

/private/webhooks/{webhooks+}

Receive an incoming private webhook and creates a document based on the webhook's body; requires authentication

Request

Path Parameters

    webhooks+ stringrequired

    Web Hook Param

Query Parameters

    siteId string

    Site Identifier

Body

required

    object

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    documentId stringrequired

    Document Identifier

    siteId string

    Site Identifier

Loading...