Skip to main content
GET
/
cabinet
/
admin
/
email-templates
/
{notification_type}
Get templates for a notification type
curl --request GET \
  --url https://api.example.com/cabinet/admin/email-templates/{notification_type} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

notification_type
string
required

Response

Successful Response

The response is of type Response Get Templates For Type Cabinet Admin Email Templates Notification Type Get · object.