---
title: "Create a new delivery pool"
method: POST
path: "/delivery/pools"
tags: ["Delivery Pools API", "publicly-accessible"]
---

# Create a new delivery pool

`POST /delivery/pools`

A delivery pool is a named group of drivers which deliver food for a set of restaurants.

## Request body

- CreateDeliveryPool
  - `name` string, required — The name of the pool, used by operations teams, in reports, etc.
  - `restaurants` number[] — A list of Just Eat restaurant ids served by the delivery pool.

## Response `201`

Pool has been created.

## Other responses

- `400` — There was something invalid in your request - check response body for details
- `500` — Internal Server Error

---

[API](https://skmtc.net/justeat/apis/just-eat.md) · [All operations](https://skmtc.net/justeat/apis/just-eat/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/justeat/just-eat/revisions/49ff8eb806d9/schema)
