curl --request GET \
--url https://api.example.com/cabinet/admin/email-templates/{notification_type} \
--header 'Authorization: Bearer <token>'{}Get all language templates for a specific notification type.
curl --request GET \
--url https://api.example.com/cabinet/admin/email-templates/{notification_type} \
--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 Get Templates For Type Cabinet Admin Email Templates Notification Type Get · object.