Create a developer account

Available account types

  • 1: POS Role

  • 2: Delivery/Market Role

  • 3: Inventory System Role

  • 4: Supplier Role

  • 5: Logistic Role

Account types descriptions

POS Role

Pos Role allows you to do the following:

  1. Accept orders.

  2. Deny orders.

  3. Get orders from our availabable integrations.

  4. Get menus from our available integrations.

  5. Disable delivery integrations.

  6. Upload menus to our available integrations.

  7. Enable delivery integrations

  8. Disable delivery integrations.

Delivery/Market Role

Delivery/Market Role allows you to do the following:

  1. Send orders to our available POS integrations.

  2. Receive menus from our available POS integrations.

Create account

POST https://integrations.mipos.shop/api/oauth/register

This endpoint creates an account which will have the available APIs depending on the type.

Headers

Name
Type
Description

Content-Type

string

application/json

Request Body

Name
Type
Description

type

integer

Role that your account will have

name

string

The name of the new account

email

string

The email of the new account

password

string

The password of the new account

{
    "message": "Successful registration.",
    "data": {
        "name": "Test",
        "email": "test@test.com"
    }
}

Last updated

Was this helpful?