# Just Eat UK **Provider:** Just Eat UK **Category:** security **Base URL:** `https://uk.api.just-eat.io` **Auth:** bearer — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://uk.api.just-eat.io ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://uk.api.just-eat.io/acceptance-requested` | Acceptance requested | | PUT | `https://uk.api.just-eat.io/attempted-delivery-query-resolved` | Attempted delivery query resolved | | GET | `https://uk.api.just-eat.io/checkout/{tenant}/{checkoutId}` | Get Checkout | | PATCH | `https://uk.api.just-eat.io/checkout/{tenant}/{checkoutId}` | Update Checkout | | GET | `https://uk.api.just-eat.io/checkout/{tenant}/{checkoutId}/fulfilment/availabletimes` | Get Available Fulfilment Times | | GET | `https://uk.api.just-eat.io/consumers/{tenant}` | Get consumers details | | POST | `https://uk.api.just-eat.io/consumers/{tenant}` | Create consumer | | GET | `https://uk.api.just-eat.io/consumers/{tenant}/me/communication-preferences` | Get communication preferences | ## Authentication Bearer token in the Authorization header ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl -X GET 'https://uk.api.just-eat.io/acceptance-requested' \ -H 'Authorization: Bearer YOUR_TOKEN' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Just Eat partner account. UK food delivery platform partner API. --- *Source: [API Map](https://apimap.dev/apis/just-eat-uk/) — CC BY 4.0*