Click2Mail
Programmatic USPS mail sending API with tracking
Actions (14)
Accounts · 7
- Add account addressesPOST /molpro/account/addresses
Add one or more addresses to the customer's account.
documented - Authorize accountPOST /molpro/account/authorize
Validate the username/password for account access.
documented - Create accountPOST /molpro/account/create
Register a new customer account.
documented - Get CRIDGET /molpro/account/crid
Retrieve the CRID associated with a customer's account.
documented - List account addressesGET /molpro/account/addresses
Retrieve a list of all the addresses in a customer's account by type.
documented - Update CRIDPOST /molpro/account/crid
Update the CRID associated with a customer's account.
documented - Update account addressPOST /molpro/account/addresses/{addressId}
Update a specific account address identified by addressId.
documented
Batching · 7
- Attach batch XMLPUT /batches/{batchId}
Attach the XML describing the batch jobs to the batch (content-type: application/xml).
documented - Batch detailsGET /batches/{batchId}/details
Retrieve the list of job IDs created within the batch.
documented - Batch trackingGET /batches/{batchId}/tracking
Retrieve tracking information for the batch (if available).
documented - Check batch statusGET /batches/{batchId}
Check the overall status of a batch.
documented - Create batchPOST /batches
Create an empty batch container to collect jobs.
documented - Submit batchPOST /batches/{batchId}
Submit the batch for processing.
documented - Upload batch PDFPUT /batches/{batchId}
Upload a PDF to associate with a batch (content-type: application/pdf).
documented