Third Party Webhook Management

As Market/Delivery you need to configure your webhooks.

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

Request Body

{
    "message": "Webhook successfully created",
    "data": null
}

Last updated