Just Eat
Connector for the just-eat API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://uk.api.just-eat.io - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
get_checkout_tenant_checkoutid— GET /checkout/{tenant}/{checkoutId} — Get Checkoutget_checkout_tenant_checkoutid_fulfilment_availa— GET /checkout/{tenant}/{checkoutId}/fulfilment/availabletimes — Get Available Fulfilment Timesget_consumers_tenant— GET /consumers/{tenant} — Get consumers detailsget_consumers_tenant_me_communication_preference— GET /consumers/{tenant}/me/communication-preferences — Get communication preferencesget_delivery_fees_tenant— GET /delivery-fees/{tenant} — Get restaurant delivery feesget_delivery_pools— GET /delivery/pools — Get your delivery pools
Inputs
apiKey— your just-eat API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_checkout_tenant_checkoutid
apiKey: <your key>