Skip to main content

Retrieve Account's Webhook

GET 

/webhooks/:id/

Request

Path Parameters

    id stringrequired

Responses

Schema
    id stringrequired

    A unique Base58 value identifying this object.

    name stringrequired

    Possible values: <= 255 characters

    Name of the webhook.

    url urirequired
    check_cert booleanrequired

    If true, verify the HTTPS certificate of the webhook URL. Defaults to true.

    api_version stringrequired

    Possible values: [v1]

    API version of the webhook.

    • v1 - V1
    created date-timerequired
    created_by objectrequired
    id stringrequired

    A unique Base58 value identifying this object.

    email emailrequired

    Possible values: <= 254 characters

    Email of the user.

    name stringrequired

    Possible values: <= 60 characters

    Name of the user.

    changed date-timerequired

    Date and time of the last change, in ISO 8601 UTC format.
    For example, "2023-08-09T13:27:43.8208302".

    changed_by objectrequired

    User who last made changes.

    id stringrequired

    A unique Base58 value identifying this object.

    email emailrequired

    Possible values: <= 254 characters

    Email of the user.

    name stringrequired

    Possible values: <= 60 characters

    Name of the user.

Loading...