Get Pickups

Get Pickups

SecuritybearerAuth
Request
query Parameters
carrier
required
string

Name of the carrier to retrieve pickups for.

startDate
required
string

The start date for filtering pickups. Format: YYYY-MM-DD.

endDate
required
string

The end date for filtering pickups. Format: YYYY-MM-DD.

status
required
string

The status of the pickups to retrieve (scheduled or cancelled).

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

List of pickups.

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
Request samples
Response samples
application/json
{
  • "pageInfo": {
    },
  • "data": {
    }
}