J

Just Eat UK

by Just Eat UK Free tier

Just Eat API Just Eat offers services for our various business partners and our consumer applications. How you interact with the API depends on the services you wish to interact with. Security HTTPS All api calls and callbacks require HTTPS. Your service will need a valid SSL certificate an

securityjust-eat

Quick Reference

Base URL https://uk.api.just-eat.io Auth type Bearer Token Auth header Authorization: Bearer YOUR_TOKEN Rate limit Not officially published Pricing Enterprise / contact sales Free quota None Documentation https://uk.api.just-eat.io Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)1.23s (checked Mar 29, 2026) Builder score D 46% builder-friendly
Pricing
28
Latency
30
Depth
72

Authentication

Bearer token in the Authorization header

Authorization: Bearer YOUR_TOKEN

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free with Just Eat partner account. UK food delivery platform partner API.

Key Endpoints

MethodPathDescription
POST /acceptance-requested Acceptance requested
PUT /attempted-delivery-query-resolved Attempted delivery query resolved
GET /checkout/{tenant}/{checkoutId} Get Checkout
PATCH /checkout/{tenant}/{checkoutId} Update Checkout
GET /checkout/{tenant}/{checkoutId}/fulfilment/availabletimes Get Available Fulfilment Times
GET /consumers/{tenant} Get consumers details
POST /consumers/{tenant} Create consumer
GET /consumers/{tenant}/me/communication-preferences Get communication preferences

Sample Request

curl -X GET 'https://uk.api.just-eat.io/acceptance-requested' \
  -H 'Authorization: Bearer YOUR_TOKEN'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Just Eat UK documentation.