Skip to main content
GET
/
workspace
/
{workspace_id}
/
signer-terms
List workspace signer terms
curl --request GET \
  --url https://api.firma.dev/functions/v1/signing-request-api/workspace/{workspace_id}/signer-terms \
  --header 'Authorization: <api-key>'
{
  "terms": [
    {
      "statement_text": "<string>",
      "terms_url": "<string>",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

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

workspace_id
string<uuid>
required

Workspace ID

Response

Workspace signer terms retrieved successfully

terms
object[]