Regenerate a webhook secret and return the new webhook subscription
The webhook signing secret lets you verify webhook signatures. If you lost the original secret generated for any of your webhook subscriptions, you can regenerate it.
Path parameters
webhook_subscription_id
ID of the webhook subscription. This is the same value as the webhook_subscription_id
you receive in webhooks.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
Response
Successful Response
id
A unique URL assigned to this webhook subscription. This ID is also included in the webhook data as the webhook_subscription_id
field.
event_types
Events included in this webhook subscription. An empty array means the subscription includes all events triggered by the specified object_type
.
object_type
The object type associated with this webhook subscription.
secret
The webhook signing secret for this subscriptions. You can use it to verify webhook signatures.
status
Allowed values:
url
URL to which the webhooks are sent. The same URL can be used by multiple webhook subscriptions.