Third Party Webhook Management
As Market/Delivery you need to configure your webhooks.
Available types
Description
MENU
webhook for receive menus uploads and menu changes.
ORDER_STATUS
webhook for receive the status result when you send an order.
Create Webhook for Third Party (create or update)
POST
https://integrations.mipos.shop/third_party/v1/integration/webhook/create
This endpoint allows you to create or update webhooks by a type.
Headers
Name
Type
Description
Content-type
string
application/json
Authorization
string
Bearer {access_token}
Request Body
Name
Type
Description
url
string
https://yourapiurl.com/weebhook/menu
type
string
TAG in available table. example: MENU
secret
string
Use like a password
Last updated
Was this helpful?