Endpoint
- Method:
GET - Path:
/settings/email-config/emails - Edition: Core
- Controller:
SettingController@getNotificationEmails - Route source:
app/Http/Routes/api.php
GET List Email Templates
GET
/settings/email-config/emails
List all notification email templates.
Controller: SettingController@getNotificationEmails
Route source: app/Http/Routes/api.php
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Query Parameters
per_page
Number of items per page.
Type
integer
Default
15page
Page number (1-based).
Type
integer
Default
1search
Search query string.
Type
string
status
Filter by status.
Type
string
Responses
Successful response
application/json
JSON
{
"emails": [
{
"email_key": "string",
"default_body": "string",
"settings": {
}
}
],
"smartcodes": [
{
}
]
}