Skip to main content
POST
@firma-dev/sdk

Authorizations

Authorization
string
header
required

API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.

Path Parameters

id
string<uuid>
required

Workspace ID

Response

Secret rotated successfully

Secret rotation result with grace period

message
string
required
new_secret
string
required

The new webhook signing secret (64 character hex string)

grace_period_hours
integer
required

Hours the old secret remains valid alongside the new one

warning
string

Reminder to update webhook signature verification