Skip to main content
GET
List Snippets
Snippets are the fragments of the Templates page (Templates > Snippets): a signature, a paragraph, a call-to-action inserted inside a message, unlike a message template which is a whole message.
search is a substring match on the name only, case-insensitive; accented a c e i n o u y match their plain letters. userIds is any-of, comma-separated or repeated. Contents are HTML as authored — sanitize before rendering.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

Substring of the name, case-insensitive. Accented a, c, e, i, n, o, u, y match their plain letters (relance finds Rélance). Names only: bodies and subjects are not searched. Maximum 100 characters; a blank value is no filter.

Maximum string length: 100
userIds
string

Keep the items created by any of these users (usr_ ids, see GET /team/members). Comma-separated; the parameter may also be repeated. Maximum 100. Omit for every creator.

page
integer
default:1

Page number to retrieve, starting at 1

Required range: x >= 1
limit
integer
default:50

Number of items per page. Maximum value: 100

Required range: 1 <= x <= 100

Response

One page of results, with the pagination block. An empty result is page 1 of 1.

data
object[]
meta
object

Pagination block of a list response. totalPages is at least 1: an empty result is page 1 of 1.