Create or update the webhook URL for a project environment. Creating a webhook returns signing_key; updating an existing webhook does not.
A short-lived OAuth access token for server-side requests. Generate one via the Generate OAuth Token flow or automatically when initializing the SDK client.
The environment in which the server client is running
development, production The project ID, which starts with proj_.
^proj_[a-zA-Z0-9]+$Request options for setting a webhook URL
The webhook URL to set
webhook updated
Response received when creating or updating a webhook
A webhook object that may include the signing key. The signing key is returned when a webhook is created, but omitted when an existing webhook is updated.