Skip to main content
POST
/
cabinet
/
admin
/
email-templates
/
{notification_type}
/
test
Send test email
curl --request POST \
  --url https://api.example.com/cabinet/admin/email-templates/{notification_type}/test \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "language": "ru",
  "email": ""
}
'
{}

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

Body

application/json

Request to send a test email.

language
string
default:ru
email
string
default:""

Response

Successful Response

The response is of type Response Send Test Email Cabinet Admin Email Templates Notification Type Test Post · object.