cURL
curl --request GET \ --url https://api-{region}-{cluster}.benchmarkemail.com/api/email/template/categories \ --header 'X-API-Key: <api-key>'
{ "records": [ { "attributes": [ { "categoryId": "<string>", "id": "<string>", "lang": "<string>", "order": 123, "value": "<string>" } ], "id": "<string>", "lang": "<string>", "name": "<string>", "order": 123 } ], "total": 123 }
Get all email template categories
API key authentication
Language code
Successful operation
List of template categories
Show child attributes
Total number of categories