HostingOther

Get signature template variables

GET/api/domains/{domain_code}/settings/signature_templates

Returns available domain signature template variables and accounts with missing address book fields.

X-Api-Token<token>

API token used to authenticate requests.

In: header

Path Parameters

domain_code*string

Domain code: D followed by 9 digits. Example: D123456789.

Response Body

application/json

curl -X GET "https://example.com/api/domains/string/settings/signature_templates" \  -H "X-Api-Token: YOUR_API_TOKEN" \  -H "Accept: application/json"
{
  "missing": {},
  "available_vars": {}
}