GET Get Email Pattern​
GET
/email-patterns/{id}
Retrieve a single reusable email pattern by its ID.
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)
Parameters​
Path Parameters
id*
The email pattern ID.
Type
Requiredinteger
Responses​
Email pattern retrieved successfully.
application/json
JSON
{
"pattern": {
"id": 0,
"slug": "string",
"title": "string",
"content": "string",
"category": "string",
"description": "string",
"sync_status": "unsynced",
"created_at": "string",
"updated_at": "string"
}
}