Skip to main content
GET
Get Email Block Type

Get Email Block Type

You can read the complete field reference for a single block type, including a minimal valid example and authoring notes. Each entry in fields describes one field. An array field carries itemFields with the shape of one entry, and an object field carries its own fields - so GET /api/v1/email-blocks/repeat returns the mode, strategy, lookbackDays, sort, and filters a productSource accepts, with the allowed values of each. The response carries conditionFields, the per-field table for block conditions, when you request conditional-group or pass ?conditionFields=true. Any other type returns conditionFieldsHint instead, because the table is several times the size of one block type’s reference and a targeted lookup should stay small. See List Email Block Types.

Request

string
required
Block type, for example list, steps, text, or hero.
string
Pass true to include the per-field condition table. Not needed for conditional-group, which always carries it.

Responses