IWebhookDestinationConfiguration
Home > @gooddata/sdk-model > IWebhookDestinationConfiguration
IWebhookDestinationConfiguration interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IWebhookDestinationConfiguration
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
endpoint? | string | (BETA) (Optional) URL of the webhook endpoint. | |
hasToken? | boolean | (BETA) (Optional) Flag indicating whether the webhook has setup a token. | |
token? | string | (BETA) (Optional) Optional token to be used for authentication as bearer token. |