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 Checkout API

The Checkout API from Just Eat — 2 operation(s) for checkout.

Just Eat Checkout 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 Checkout. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 2 paths, and defines 11 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.

3 operations 2 paths 11 schemas 2 GET1 PATCH

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 Checkout 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 3

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

Checkout 3
GET
/checkout/{tenant}/{checkoutId}
Get Checkout
3 params → 200400401403404409429500
PATCH
/checkout/{tenant}/{checkoutId}
Update Checkout
3 params body → 200400401403404409429500
GET
/checkout/{tenant}/{checkoutId}/fulfilment/availabletimes
Get Available Fulfilment Times
3 params → 200400404409429500503

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are CheckoutGetResponse (6 properties), CheckoutUpdateRequest (3 properties), GetAvailableFulfilmentTimesResponse (2 properties), CheckoutUpdateResponse (2 properties). Each schema is shown below with its type and property counts.

CheckoutUpdate400Error
object
An HTTP 400 error response
1 property
AvailableFulfilmentTimes409Error
object
An HTTP 409 error response
1 property
Checkout409Error
object
An HTTP 409 error response
1 property
CheckoutGetResponse
object
Properties apply to all supported country codes, except where specified.
6 properties 6 required
CheckoutUpdateResponse
object
2 properties 2 required
Checkout404Error
object
An HTTP 404 error response
1 property
GetAvailableFulfilmentTimesResponse
object
2 properties 2 required
CheckoutGet400Error
object
An HTTP 400 error response
1 property
CheckoutIssue
object
1 property 1 required
CheckoutDefaultError
object
A default HTTP error response
1 property
CheckoutUpdateRequest
object
Properties apply to all supported country codes, except where specified. We do not support a PATCH request on the root path and a 400 status code will be retur…
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

just-eat-checkout-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 Consumer Queries Webhooks API
Just Eat ConsumerQueries API
Just Eat Consumers API
Just Eat Delivery Pools API 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