API Reference · Control Plane

Rotate the inbound webhook secret

Every sender must be reconfigured to the new URL. Owner-only.

POST/v1/tenants/{name}/hook-url/rotate

Authorization

x-api-keystringrequired
Your per-workspace API key, e.g. llc_AbC123…. Also accepted as Authorization: Bearer <key>. Mint keys on your workspace's API keys page — each key belongs to one workspace.

Path parameters

namestringrequired
Workspace (tenant) name.

Response

200The new URL.

urlstring
curl -X POST https://api.live-llm.com/v1/tenants/acme/hook-url/rotate \
  -H "x-api-key: $LIVELLM_KEY"
Try itPOSThttps://api.live-llm.com/v1/tenants/{name}/hook-url/rotate
Fill required path param: name.
Example response200
{
  "url": "…"
}