POST /tracking/{trackingNumber}/notifications

This API allows users to register up to three email addresses to receive tracking activity notifications for an item. USPS offers three different tracking activity notification options:

Servers

Path parameters

Name Type Required Description
trackingNumber String Yes

The human-readable representation of trackable barcode data, commonly known as a tracking number.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
uniqueTrackingID String Yes

The unique tracking identifier provided in the Tracking Detail API response.

recipients[] Array Yes

The contact information for up to 3 recipients.

recipients[].email String Yes

The email address of the recipient.

recipients[].lastName String No

The notification recipient last name.

recipients[].firstName String No

The notification recipient first name.

mailingDate String No

The mailing date provided in the Tracking Detail API response.

notifyEventTypes[] Array Yes

The desired tracking notification(s).

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.