cURL
curl --request GET \ --url https://api.firma.dev/functions/v1/signing-request-api/email-templates/placeholders \ --header 'Authorization: <api-key>'
{ "placeholders": [ { "key": "<string>", "description": "<string>" } ] }
Retrieve the list of available placeholders that can be used in email templates. Placeholders are replaced with actual values when emails are sent.
API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.
Placeholders retrieved successfully
Show child attributes
Was this page helpful?
Suggestions
Contact support