FruxonDocs
IntegrationsAssets

Regenerates the webhook URL for an asset with auto-update enabled

Rotates the webhook secret backing the asset's auto-update subscription: the previous URL stops accepting deliveries immediately. The new URL is returned only on this response, so capture it before navigating away. Only valid for assets created with auto-update enabled against a manual-registration provider; returns 400 otherwise. After rotation the user must reconfigure the source system to point at the new URL.

POST
/v1/tenants/{tenant}/assets/{asset}:regenerateWebhook
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

asset*string

The asset ID.

Formatuuid
tenant*string

The tenant identifier

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/assets/497f6eca-6276-4993-bfeb-53cbbbba6f08:regenerateWebhook"
{
  "id": "string",
  "provider": "string",
  "authMode": "API_KEY",
  "status": "ACTIVE",
  "expiresAt": 0,
  "createdAt": 0,
  "modifiedAt": 0,
  "webhookUrl": "string",
  "signingSecret": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}