# Regions

## Get regions

<mark style="color:blue;">`GET`</mark> `https://api.zapiet.com/v1.0/pickup/regions`

Returns an array of regions based on the "region" field of a store's active pickup locations.&#x20;

#### Query Parameters

| Name                                   | Type   | Description                             |
| -------------------------------------- | ------ | --------------------------------------- |
| shop<mark style="color:red;">\*</mark> | string | The merchant's myshopify.com store url. |

{% tabs %}
{% tab title="200 Pickup regions successfully retrieved." %}

```javascript
[
	"Boston",
	"New York",
	"Washington DC"
]
```

{% endtab %}
{% endtabs %}
