Skip to main content
GET
List Message Template Tags
Use it to discover the values tags accepts on List message templates. Tags are stored trimmed and lowercased; pass them back as returned.
search matches inside the tag, case-insensitive, accents folded on a c e i n o u y. userIds keeps the tags of those creators’ templates only. Each item is an object ({ "name": "follow-up" }) so a per-tag count can be added later without changing the contract.

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.