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
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
Bearer token in the Authorization header
Authorization: Bearer YOUR_TOKEN
Free with Just Eat partner account. UK food delivery platform partner API.
| Method | Path | Description |
|---|---|---|
| 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 |
curl -X GET 'https://uk.api.just-eat.io/acceptance-requested' \ -H 'Authorization: Bearer YOUR_TOKEN'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Just Eat UK documentation.