REST API

Required Fields for Subscribing to Webhooks Using OAuth with JWT

eventTypes
healthCheckUrl
Required in order to auto-activate the subscription. The URL must use port number 8443 or 443. If you do not send this field, the subscription will be created but not activated. To activate it later, you must send a PATCH request that includes a health check URL. An inactive subscription will not send notifications. For more information, see Health Check URL.
organizationId
productId
For a list of product and event types, see Product and Event Types.
securityPolicy.securityType
Set the value to
oAuth_JWT
.
securityPolicy.config.oAuthTokenExpiry
Set the value to
365
.
securityPolicy.config.oAuthUrl
securityPolicy.config.oAuthTokenType
Set the value to
Bearer
.
securityPolicy.config.additionalConfig.aud
securityPolicy.config.additionalConfig.client_id
securityPolicy.config.additionalConfig.keyId
securityPolicy.config.additionalConfig.scope
webhookUrl
The URL must use port number 8443 or 443.