GET Get Smart Codes​
GET
/templates/smartcodes
Retrieve all available smartcodes grouped by category. Smartcodes are placeholder tokens (e.g., {{contact.first_name}}) that get replaced with actual values when emails are sent. Groups include contact fields, custom fields, and general codes like business name and unsubscribe URLs.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Responses​
Available smartcode groups.
application/json
JSON
{
"smartcodes": [
{
"key": "string",
"title": "string",
"shortcodes": {
"additionalProperties": "string"
}
}
]
}