GET List Patterns In wp_block Format​
Return every pattern shaped like a WordPress wp_block post.
This exists so the Gutenberg email editor can intercept its own reusable-block requests and be served FluentCRM patterns instead — it is a compatibility bridge, not the endpoint you want for general integration work. Use GET /email-patterns for that.
Two differences from the core wp_block shape are worth knowing: the response is a bare array with no envelope and no pagination, and the four date fields serialise as objects ({ "date": …, "timezone_type": …, "timezone": … }) rather than ISO strings, because the raw model timestamps are passed straight through.
Required capability: fcrm_read_emails
Enforced by EmailPatternPolicy::verifyRequest(), the policy default for this route group.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Responses​
Every pattern, newest first.