cURL
curl --request POST \ --url https://api.firma.dev/functions/v1/signing-request-api/templates/{template_id}/custom-fields \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "field_label": "<string>", "field_name": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "field_name": "<string>", "field_label": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Create a new custom field definition for a template
API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.
100
50
Custom field created successfully
A custom field definition for a template
Unique identifier
Machine-readable field name
Human-readable display label
Was this page helpful?