Skip to main content
POST
/
newsletter
/
issues
/
{issueId}
/
send-test
Send Test Issue
curl --request POST \
  --url https://api.getmaito.com/v1/newsletter/issues/{issueId}/send-test \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "toEmail": "reader@example.com",
  "toName": "Reader"
}
'
{
  "data": {}
}

Authorizations

Authorization
string
header
default:your-api-key
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

issueId
string
required

Issue ID.

Minimum string length: 1

Body

application/json
toEmail
string<email>
required
toName
string

Response

Successful response.

ok
enum<boolean>
required
Available options:
true
data
object
required