Get universal layouts

With this endpoint you can get a paginated list of universal layouts.

Sorting:
Items are returned in descending order by creation time (newest first).
This is based on the internal document ID which contains a timestamp.

Pagination:
This endpoint uses cursor-based pagination for efficient traversal of large datasets.

  • Use the paging.cursors.after value from the response to get the next page
  • Use the paging.cursors.before value from the response to get the previous page
  • The paging.hasMore field indicates if more results are available
  • Do not use both after and before parameters simultaneously
  • Maximum page size is 250 items (default 100)
  • If limit is less than 1 or greater than 250, returns 400 Bad Request

Filtering:
Use nameContains to filter layouts by name (case-insensitive partial match, max 200 characters)

Scopes:
email-templates.read

Query Params
integer
1 to 250

Number of items per page (1-250, default 100)

string

Cursor for next page (base64-encoded, from previous response)

string

Cursor for previous page (base64-encoded, from previous response)

string
length ≤ 200

Filter layouts by name (case-insensitive partial match, max 200 characters)

Headers
string
required
Defaults to 2026-03-15

API version that specifies the response format and behaviour

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json