Skip to main content
GET
/
workspaces
/
{id}
/
webhooks
/
secret-status
Get workspace webhook secret status
curl --request GET \
  --url https://api.firma.dev/functions/v1/signing-request-api/workspaces/{id}/webhooks/secret-status \
  --header 'Authorization: <api-key>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "last_rotated_at": "2023-11-07T05:31:56Z",
  "grace_period_active": true,
  "grace_period_ends_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.firma.dev/llms.txt

Use this file to discover all available pages before exploring further.

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

200 - application/json

Secret status retrieved

created_at
string<date-time> | null
last_rotated_at
string<date-time> | null
grace_period_active
boolean
grace_period_ends_at
string<date-time> | null