FruxonDocs
IntegrationsCore

Webhook-install metadata for a messaging connector.

Catalog metadata, not per-tenant data. Returns the provider display name, whether Fruxon can register the webhook programmatically (`supportsAutoInstall`, derived from the live installer registry), and the HTML connect / webhook instructions. Drives the activation UI's install panel so the frontend renders from the backend rather than a hardcoded provider map. 404 when the integration is not a messaging connector.

GET
/v1/tenants/{tenant}/integrations/{integration}/connectorInfo
AuthorizationBearer <token>

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

In: header

Path Parameters

integration*string

The integration ID.

tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/integrations/string/connectorInfo"
{
  "provider": "string",
  "displayName": "string",
  "supportsAutoInstall": false,
  "providerInstructionsHtml": "string",
  "webhookInstructionsHtml": "string"
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}