Skip to main content

Show webhook details

GET 

/webhooks/:webhook_id

Shows details for a webhook, by ID.

Request

Path Parameters

    webhook_id stringrequired

    Possible values: <= 50 characters, Value must match regular expression ^[a-zA-Z0-9]+$

    The ID of the webhook for which to show details.

Responses

A successful request returns the HTTP 200 OK status code and a JSON response body that shows webhook details.

Schema

    id string

    The ID of the webhook.

    url urirequired

    The URL that is configured to listen on localhost for incoming POST notification messages that contain event information.

    Possible values: <= 2048 characters

    event_types object[]required

    An array of events to which to subscribe your webhook. To subscribe to all events, including events as they are added, specify the asterisk wild card. To replace the event_types array, specify the asterisk wild card. To list all supported events, list available events.

    Possible values: <= 500

    links object[]

    An array of request-related HATEOAS links.

Loading...