# Get unavailable pickup dates The function returns the days on which it is not possible to pick up the order by the carrier. Only 30 days from current date are taken into account. It is supposed to be used in combination with date picker component to ensure selection of a valid pickup date by the client. Note that, pickup date selection makes sense only for carriers that support irregular pickup type. Endpoint: GET /integration/v1/unavailable-pickup-dates Version: 0.0.1 Security: Bearer ## Query parameters: - `carrier-pid` (integer, required) ## Header parameters: - `X-Sender-Profile` (string, required) ## Response 200 fields (application/json): - `dates` (array, required) Array of dates in format MM/DD/YYYY.