POST/v1/4bridge/webhooks/endpoints/{id}/regenerate-secret

Create endpoints regenerate secret

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

idstringrequired

Responses

idstringnullable
task_idstringnullable
endpoint_urlstringnullable
source_systemstringnullable
is_activeboolean
last_triggered_atstring (date-time)nullable
trigger_countinteger (int32)
created_atstring (date-time)
curl --request POST \
  --url 'https://api.4comply.io/v1/4bridge/webhooks/endpoints/00000000-0000-0000-0000-000000000000/regenerate-secret' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'