Skip to main content
PUT
Replace an existing secret

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
is_rolling_secret
boolean

Set true to let the current secret expire in the next 24 hours. Set false to let the current secret expire immediately.

Response

Webhook secret response

deleted_at
string<date-time>

Timestamp that the old secret is delete

secret
string

Generated secret. Do not share. This secret will be used to verify that webhook requests were sent from Synctera.

Required string length: 64