Rotate webhook signing secret
Generate a new signing secret.
Path parameters
Webhook ID (whk_*).
Headers
Unique key for safely retrying a request without creating duplicates.
Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.
Request body
Response
Successful Response
Changes
Changed in 4 of the 28 revisions of this API.122
- ○
deleted the
headerrequest parameterX-Agent-IDwith deprecationrequest-parameter-removed-with-deprecation
- ○
- ○
headerrequest parameterX-Agent-IDwas deprecatedrequest-parameter-deprecated
- ○
- ▲
added the pattern
^whk_[0-9a-f]{32}$to thepathrequest parameterwebhookIdrequest-parameter-pattern-added
- ▲
- ●
for the
headerrequest parameterIdempotency-Key, the maxLength was set to255request-parameter-max-length-set
- ●
for the
pathrequest parameterwebhookId, the maxLength was set to64request-parameter-max-length-set
- ●