Skip to main content
GET
/
company
/
signer-terms
List company signer terms
curl --request GET \
  --url https://api.firma.dev/functions/v1/signing-request-api/company/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.

Response

Company signer terms retrieved successfully

terms
object[]