v1

latestOpenAPI 3.1.02026-07-2616459400.5 KB
Engine — Test

Test mail (direct to provider)

Send a test email directly to a provider, bypassing rules and routing. For diagnostic use only. No API key authentication required.

Provider detection is based on the host URL:

  • pepipost.com → Netcore format
  • sendgrid.com → SendGrid format
  • Other → 400 Bad Request
post/v1s/test/send

Request body

fromstring email required
tostring email required
api_keystring required

Provider API key (sent directly to provider).

hoststring uri required

Provider endpoint URL. Provider detection: pepipost.com → Netcore, sendgrid.com → SendGrid, other → 400.

Response

Test email sent; includes raw provider response.

providerstring
status_codestring
responsestring

Raw provider response body.

Example response

{
  "provider": "netcore",
  "status_code": "202"
}