Public
Documentation Settings

Eat App Public Phone Integration API

Webhooks

IMPORTANT!

The details in this API are all valid for use in the sandbox, meaning you can use them to test our your integration in the sandbox.

If you receive a 200 response status code, the integration is working fine.
You can move onto real testing at the restaurant.

Options

You can use POST or GET, however, POST is more secure and preferred.

Guide

Please review this guide before proceeding

https://restaurant.eatapp.co/knowledge/phone-integration-guide-1

POSTPOST

https://api.eat-sandbox.co/services/phones/v2/webhooks?restaurant_id=63c6a71c-9e6e-420e-b290-d8b1b64fb1e5&caller_id=+971555535611&extension_sid=606

Note: This request also works with GET request

params

paramtyperequirednote
restaurant_idUUIDtruereservation uuid provdied by Eat
caller_idStringtruePhone number of the called i.e. '+971555535600'
extension_sidStringtruePBX Phone unique indetifier - we map this to our used for routing
provider_sidStringfalseUnique ID of the PBX provider for the call record
  • The restaurant_id will be provided by Eat
HEADERS
Content-Type

application/json

PARAMS
restaurant_id

63c6a71c-9e6e-420e-b290-d8b1b64fb1e5

Required - restaurant id

caller_id

+971555535611

Required - Phone call number

extension_sid

606

Required - Operator Identifier

provider_sid

1234

Optional provder unique id

GETGET

https://api.eat-sandbox.co/services/phones/v2/webhooks?restaurant_id=63c6a71c-9e6e-420e-b290-d8b1b64fb1e5&caller_id=+971555535611&extension_sid=606

Note: This request also works with GET request

params

paramtyperequirednote
restaurant_idUUIDtruereservation uuid provdied by Eat
caller_idStringtruePhone number of the called i.e. '+971555535600'
extension_sidStringtruePBX Phone unique indetifier - we map this to our used for routing
provider_sidStringfalseUnique ID of the PBX provider for the call record
  • The restaurant_id will be provided by Eat
HEADERS
Content-Type

application/json

PARAMS
restaurant_id

63c6a71c-9e6e-420e-b290-d8b1b64fb1e5

Required - restaurant id

caller_id

+971555535611

Required - Phone call number

extension_sid

606

Required - Operator Identifier

provider_sid

1234

Optional provder unique id

Loading