Skip to main content
POST
/
v1
/
emails
/
{id}
/
preview
Send a preview email to team members
curl --request POST \
  --url https://api.xoxo.email/v1/emails/{id}/preview \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "emails": "<array>"
}
'

Documentation Index

Fetch the complete documentation index at: https://help.xoxo.email/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API token. Pass as Authorization: Bearer <token>.

Body

application/json
emails
array

Response

Accepted