Get Self Mailer Preview
GET/print-mail/v1/self_mailers/{id}/url
Retrieve a self-mailer preview URL.
This is only available for customers with our document management addon, which offers document generation and hosting capabilities. This endpoint has a much higher rate limit than the regular order retrieval endpoint, so it is suitable for customer-facing use-cases.
Get Self Mailer Preview
curl https://api.postgrid.com/print-mail/v1/self_mailers/$ID/url \
-H "X-API-Key: $POSTGRID_PRINT_MAIL_API_KEY"{
"id": "self_mailer_123456",
"object": "self_mailer_url",
"url": "https://pg-prod-bucket-1.s3.amazonaws.com/test/self_mailer_uzTtdAPiBVC25hjEYDvyLk?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1736192587&Signature=GS6kJK3fgWWy49jq1Yb%2FRn%2BQjD4%3D"
}Returns Examples
{
"id": "self_mailer_123456",
"object": "self_mailer_url",
"url": "https://pg-prod-bucket-1.s3.amazonaws.com/test/self_mailer_uzTtdAPiBVC25hjEYDvyLk?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1736192587&Signature=GS6kJK3fgWWy49jq1Yb%2FRn%2BQjD4%3D"
}