Skip to content

List configured secret-variable names (and setAt) for an endpoint. Never returns values.

GET
/webhook-endpoints/{id}/secrets
id
required
string

Webhook endpoint ID

object
secrets
required

Configured secret variables (names + setAt timestamps only; no values).

Array<object>
object
name
required

The secret variable name (a template identifier; referenced as {{ secrets. }}).

string
setAt
required

ISO-8601 timestamp of when this secret was last set or rotated.

string

Endpoint not found