Skip to content

Rotate a channel's ESP callback webhookId

Requires EDITOR. Old webhookId stops routing immediately; update the ESP console URL manually.

projectId
required
string

Tenant project id (row-level isolation on every query).

id
required
string

Resource id.

New webhookId.

Media typeapplication/json
object
webhookId
string

Not authenticated (no valid session/principal).

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}

Authenticated but lacks the required project role.

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}

Resource not found (or belongs to another project — indistinguishable).

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}