Fetch Template List

GEThttps://api.mailui.co/api/v1/templates

Query Params #

PropertyDescriptionTypeDefault
pageCurrent page numberint(32)1
perPageNumber of templates to fetch per pageint(32)20
qSearch template by any stringstring(100)

Examples #

curl -X GET "https://api.mailui.co/api/v1/templates" \ -H "Accept: application/json" \ -H "Authorization: Basic [YOUR_AUTHORIZATION_CODE_GOES_HERE]" \ --form "page=1" \ --form "perPage=20" \ --max-time 3600 \ --compressed

Explore Our Email Builder