Skip to main content

Find webhook by ID

GET 

/webhook/:webhookId

Returns a single webhook

Request

Path Parameters

    webhookId int64required

    ID of webhook to return

Responses

successful operation

Schema

    guid string
    Name string
    retries int8

    How often a failed request to this webhook can be retried. Retries are executed using an exponential backoff scheme.

    company_id string

    May also be null, if null, or if the token does not provide access to that company, the field will be set to the current company-id.

    url string

    The URL which where the webhooks can be POSTed to.

    resource string
    identifier string
    trigger string
    nonce string

    A nonce that can be used to verify the authenticity of a received webhook. Will be added as a header to the request.

    triggered_by_child_resources boolean

    Default value: false

Loading...