J

Just Eat UK API

REST discovered

Details
URL
https://uk.api.just-eat.io
Spec
https://uk.api.just-eat.io/docs/openapi.yaml
Docs
https://uk.api.just-eat.io/
Authentication
Just Eat partner API key api_key discovered Get key ↗

Just Eat states that APIs for delivery partners require an API key that "will have been issued to you." The public developer entry point is the Just Eat Takeaway.com Public Developers Portal; if you do not already have a key, use that portal or the integration contact listed in the API docs to start partner onboarding and request issuance. The API sends this in the Authorization header with the JE-API-KEY prefix.

Just Eat partner basic-auth credentials basic discovered Get credentials ↗

The API documentation says a few services allow basic authentication when a partner doesn't support OAuth-based authentication. These credentials are partner-issued during integration/onboarding; start from the Just Eat Takeaway.com Public Developers Portal or the integration contact referenced in the API docs to arrange access.

Just Eat JWT bearer token jwt discovered Get key ↗

The API documentation describes bearer-token authentication using a JSON Web Token for delivery-as-a-service endpoints. The same API includes an endpoint under Operate Platform called "Generate JSON Web Token", indicating JWTs are part of the Just Eat-issued auth model. Begin from the Just Eat Takeaway.com Public Developers Portal to obtain access and token-generation details for your integration. Send the token as Authorization: Bearer <token>.