Send test email OAuth Scope: posts
Send test email OAuth Scope: posts
Send a test email for a specific post to one or more email addresses. Returns the number of remaining test sends for the day and the time at which the limit resets.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
publicationId
The prefixed ID of the publication object
postId
The prefixed ID of the post object
Request
This endpoint expects an object.
recipient_emails
One or more email addresses to send the test to. Returns 422 if the daily test send limit has been reached.
Response
OK
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error