Skip to main content

Get webhook tags

GET 

/webhooks/:webhookId/tags

Get a webhook's tags

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

    next string

    Next page of results token

    previous string

    Previous page of results token

    tags

    object[]

    List of webhook tags

  • Array [

  • insertedDate string

    Inserted Timestamp

    webhookId string

    Webhook Identifier

    type string

    Tag type

    userId string

    User who added document

    value stringrequired

    Tag value

    key stringrequired

    Tag key

  • ]

Loading...