Skip to main content

Show webhook lookup details

GET 

/webhooks-lookup/:webhook_lookup_id

Shows details for a webhook lookup, by ID.

Request

Path Parameters

    webhook_lookup_id stringrequired

    The ID of the webhook lookup for which to show details.

Responses

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

Schema

    id string

    The ID of the webhook lookup.

    client_id string

    The application client ID.

    Possible values: <= 128 characters, Value must match regular expression ^(?!\d+$)\w+\S+

    links object[]

    An array of request-related HATEOAS links.

Loading...