---
title: "Check whether a pickup location is within an operating area."
method: GET
path: "/v1/parcels/deliver/pickup"
tags: ["delivery"]
---

# Check whether a pickup location is within an operating area.

`GET /v1/parcels/deliver/pickup`

Verifies that the given pickup location is covered by the delivery service. You can provide either a text address (`address`) or geographic coordinates (`pickup_point`).

## Query parameters

- `address` string
- `pickup_point` string

## Response `200`

The pickup location is within an operating area.

## Other responses

- `404` — The pickup location is not within any operating area.

---

[API](https://skmtc.dev/cabify/apis/ride-hailing-api.md) · [All operations](https://skmtc.dev/cabify/apis/ride-hailing-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cabify/ride-hailing-api/revisions/8da1cb1270df/schema)
