Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Just Eat Delivery Pools API API

The Delivery Pools API API from Just Eat — 5 operation(s) for delivery pools api.

Just Eat Delivery Pools API API is one of 24 APIs that Just Eat publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Delivery Pools API. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 11 operations across 5 paths, and defines 5 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against 3 base URLs: https://uk.api.just-eat.io, https://i18n.api.just-eat.io, https://aus.api.just-eat.io.

11 operations 5 paths 5 schemas 2 DELETE3 GET1 PATCH1 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://uk.api.just-eat.io
Authentication
HTTP Bearer, API Key, HTTP Basic, OpenID Connect, HTTP Bearer
Resource Areas
1

Authentication & Security 5

Just Eat Delivery Pools API API declares 5 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (Bearer). An API key is passed in the header as Authorization (api_key). It accepts HTTP basic authentication (basic_auth). It supports OpenID Connect (justeat_adfs) discovered at https://adfs.just-eat.com/adfs/.well-known/openid-configuration. It accepts HTTP bearer tokens (JWT token with payload `RestaurantId` and Role `[RestaurantRead | VerifyEmail | RestaurantWrite | FullAccess | DocumentRead]`) (restaurantsignup_jwt).

  • Bearer — Bearer token authentication using a JSON Web Token (JWT).
  • api_key — APIs for delivery partners require an API key that will have been issued to you.
  • basic_auth — A few services allow the use of basic authentication when a partner doesn't support OAuth based authentication.
  • justeat_adfs — ADFS authentication provider for internal Just Eat tools.
  • restaurantsignup_jwt — Bearer token authentication using a JSON Web Token (JWT), used by the restaurant sign up system

Paths & Operations 11

Across 5 paths, the API surfaces 11 operations — 2 DELETE, 3 GET, 1 PATCH, 1 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Delivery Pools API 11
GET
/delivery/pools
Get your delivery pools
→ 200500
POST
/delivery/pools
Create a new delivery pool
body → 201400500
DELETE
/delivery/pools/{deliveryPoolId}
Delete a delivery pool
1 param → 200404500
GET
/delivery/pools/{deliveryPoolId}
Get an individual delivery pool
1 param → 200404500
PATCH
/delivery/pools/{deliveryPoolId}
Modify a delivery pool
1 param body → 202400404409500
PUT
/delivery/pools/{deliveryPoolId}
Replace an existing delivery pool
1 param body → 202400404409500
GET
/delivery/pools/{deliveryPoolId}/availability/relative
Get availability for pickup
1 param → 200404
PUT
/delivery/pools/{deliveryPoolId}/availability/relative
Set availability for pickup
1 param body → 202404
PUT
/delivery/pools/{deliveryPoolId}/hours
Set the delivery pools daily start and end times
1 param body → 200404
DELETE
/delivery/pools/{deliveryPoolId}/restaurants
Remove restaurants from a delivery pool
1 param body → 200400404
PUT
/delivery/pools/{deliveryPoolId}/restaurants
Add restaurants to an existing delivery pool
1 param → 200400404409

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are delivery-pool-hours (7 properties), patch-delivery-pool (2 properties), create-delivery-pool (2 properties), estimated-time (1 property). Each schema is shown below with its type and property counts.

delivery-pool-hours
object
7 properties 7 required
delivery-restaurantslist
object
1 property
create-delivery-pool
object
2 properties 1 required
estimated-time
object
1 property
patch-delivery-pool
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

just-eat-delivery-pools-api-api-openapi.yml Raw ↑

Other APIs Just Eat publishes across the network.

Just Eat Attempted Delivery API API
Just Eat Attempted Delivery Webhooks API
Just Eat Checkout API
Just Eat Consumer Queries Webhooks API
Just Eat ConsumerQueries API
Just Eat Consumers API
Just Eat DeliveryFee API
Just Eat Order Acceptance API API
Just Eat Order Acceptance Webhooks API
Just Eat Order API API
Just Eat Order Delivery API API
Just Eat Order Delivery Webhooks API