Skip to main content
POST
Rotate webhook signing secret

Authorizations

Authorization
string
header
required

Box bearer token in the form box_.... Service API keys authenticate Box operations.

Path Parameters

webhookId
string
required
Pattern: ^wh_[a-f0-9]{24}$

Response

Signing secret rotated. Store the new secret now.

ok
boolean
required
Example:

true

type
string
required

Stable success envelope discriminator added by v1.

webhook
object
required
secret
string
required

Signing secret returned only when created or rotated.

Pattern: ^whsec_[a-f0-9]{64}$