Retrieves a webhook configuration

Path Params
string
required

The webhook id

Query Params
boolean

Indicates whether deleted conversations should be returned

Responses

Response body
object
string

The Api Space's unique identifier

date-time

The date (in UTC, ISO 8601 format) that the webhook was created

string

The identity that created the webhook

date-time

The date (in UTC, ISO 8601 format) that the webhook was last updated

string

The identity that created the webhook

string
required

The name of the webhook configuration

string
required

The target url of the webhook configuration

string

The secret of the webhook configuration

subscriptions
array of objects

Events for webhook

subscriptions
object
string

type of event

filters
array of objects

Array of used filters

filters
object
string

name of filter

string

value to watch

boolean

Whether to use event batching, or send single events

number
1 to 500

Maximum number of events to batch before it is sent

number
1 to 60

Maximum duration in seconds to wait before a batch is sent

Headers
object
string

A unique value representing the version of the webhook configuration, optionally used for optimistic concurrency control on PUT and DELETE

date-time

The date the webhook configuration was last updated in ISO 8601 format

404

The webhook configuration was not found

Language
Credentials
:
URL