Property | Description | Type | Default |
---|---|---|---|
page | Current page number | int(32) | 1 |
perPage | Number of templates to fetch per page | int(32) | 20 |
q | Search template by any string | string(100) |
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