curl --request GET \
--url https://api.example.com/cabinet/admin/email-templates \
--header 'Authorization: Bearer <token>'{}List all available email template types with override status.
curl --request GET \
--url https://api.example.com/cabinet/admin/email-templates \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type Response List Template Types Cabinet Admin Email Templates Get · object.