Skip to main content
POST
Test email server

Authorizations

Authorization
string
header
required

API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required

Email server id (ems_…).

Maximum string length: 128
Pattern: ^ems_[A-Za-z0-9_-]+$

Body

application/json
to
string<email>
required
Pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$

Response

Test send result

ok
boolean
required
transport
enum<string>
required
Available options:
resend,
smtp
messageId
string
required
Minimum string length: 1