GET List Email Patterns (WP Format)​
GET
/email-patterns/wp-format
Retrieve email patterns formatted like WordPress wp_block REST responses for the FluentCRM editor middleware.
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​
Email patterns in WordPress block REST format.
application/json
JSON
[
{
"id": 0,
"date": "string",
"date_gmt": "string",
"modified": "string",
"modified_gmt": "string",
"slug": "string",
"status": "string",
"type": "string",
"link": "string",
"title": {
"raw": "string"
},
"content": {
"raw": "string",
"protected": true
},
"meta": {
},
"wp_pattern_sync_status": "string",
"wp_pattern_category": [
0
]
}
]