/emails/batch
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Items
1 <= items <= 100[index: integer]?unknown
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/emails/batch" \ -H "Content-Type: application/json" \ -d '[ null ]'{ "data": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } ], "errors": [ { "index": 0, "message": "string" } ]}