Webhooks

Get webhook secret rotation status

Returns information about the current webhook secret including rotation status and expiry of old secret if applicable.

get/webhooks/secret-status

Response

Secret status retrieved successfully

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