Get Pickup Document

The API retrieves the document for a scheduled pickup receipt using the pickupId, generated when the pickup is successfully scheduled.

SecuritybearerAuth
Request
path Parameters
pickupId
required
string

Unique identifier for the scheduled pickup.

header Parameters
X-PB-Developer-Partner-Id
string

This is the Developer Partner ID. When the developer is the only partner, this field is not required.

Responses
200

Pick up document have been fetched.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/pickups/{pickupId}/document
Request samples
Response samples