Webhooks

Get workspace webhook secret status

Returns the status of the workspace webhook secret including creation date, rotation date, and grace period status.

get/workspaces/{id}/webhooks/secret-status

Path parameters

idstring uuid required

Workspace ID

Response

Secret status retrieved

created_atstring date-time nullable required

When the webhook secret was created

last_rotated_atstring date-time nullable

When the webhook secret was last rotated

grace_period_activeboolean

Whether the old secret is still valid alongside the new one

grace_period_ends_atstring date-time nullable

When the old secret grace period expires

Changes

No recorded changes to this endpoint across all 1 revision of this API.