Skip to main content
GET
Get webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

webhook_config.fields
enum<string>[]

A comma separated list of WebhookConfig fields to display. The fields available for a WebhookConfig object.

Minimum array length: 1
Available options:
created_at,
id,
url,
valid
Example:

Response

The request has succeeded.

data
object[]
Minimum array length: 1
errors
object[]
Minimum array length: 1

An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).

meta
object