Get the events webhook configuration for the current account/environment.
GET /webhooks/events
GET
/webhooks/events
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Successful response
Events webhook configuration returned by the API.
object
webhookId
required
Storage key in the format accountId:envId (currently accountId:accountId for account-scoped usage).
string
webhook
required
Destination URL that receives webhook event payloads.
string
events
required
List of subscribed event types for this webhook configuration.
Array<string>
Bad Request
Unauthorized
Internal Server Error