HisendHISEND Docs

Send Email Batch

POST
/emails/batch

Authorization

Authorization
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.hisend.app/v1/emails/batch" \  -H "Content-Type: application/json" \  -d '[    {}  ]'