Information of delivery integrations

Get delivery integrations

GET https://integrations.mipos.shop/api/v1/integrations/delivery

Provides a list of delivery integrations registered in the platform

Headers

Name
Type
Description

Authorization

string

Bearer {access_token}

[
    {
        "id": 1,
        "name": "Uber Eats"
    },
    {
        "id": 2,
        "name": "Rappi"
    }
]

Last updated

Was this helpful?