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
- The
restaurant_id
will be provided by Eat
HEADERS
Content-Type
PARAMS
restaurant_id
caller_id
extension_sid
provider_sid
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
- The
restaurant_id
will be provided by Eat
HEADERS
Content-Type
PARAMS
restaurant_id
caller_id
extension_sid
provider_sid
Loading