v2026-04-01
Beta
For dedicated PO boxes, the provisioning flow is as follows. See the Provision a Lockbox API reference for endpoint details.
Also see: Mail Uploads | Rescans
Chariot sends an email to the lockbox provider containing:
req_01kkmjrdgdjtwgk7wdkba1kn9s
The provider reserves and sets up the new PO box (e.g., PO 9876).
Once the PO box is live, the provider sends a request to the Chariot provisioning endpoint:
1{2 "request_id": "req_01kkmjrdgdjtwgk7wdkba1kn9s",3 "location_id": "po_9876",4 "address": {5 "line1": "123 Main St",6 "line2": "STE 12345",7 "city": "New York",8 "state": "NY",9 "zip": "12345-1234"10 }11}