Provision a Mailbox

Notifies Chariot that a new PO box has been provisioned by the lockbox provider.

The request_id is a one-time unique value generated by Chariot for each PO box request.

See the Provisioning guide for the full provisioning flow.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
request_idstringRequired
The unique request identifier originally provided by Chariot when the PO box was requested.
location_idstringRequired
The identifier of the newly provisioned PO box.

Response

Indicates the PO box has been successfully provisioned.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error