The Postal Regulatory Commission has approved the United States Postal Service’s (USPS) proposed postage rate adjustments, which will take effect on July 12, 2026. In line with these changes, our per-mailpiece pricing will be updated accordingly. Updated Pricing

Use Cases
Log In

Edit URL

GET /v2/campaigns/{id}/edit

Returns a URL where the user can edit the campaign.

Path Parameters

id
string
Required
Campaign ID.
curl -X GET https://www.realmailers.com/v2/campaigns/1 \
  -H 'Authorization: Bearer YOUR_API_KEY USER_EMAIL'
{
  id: Number
  url: URL
}