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:
Accept orders.
Deny orders.
Get orders from our availabable integrations.
Get menus from our available integrations.
Disable delivery integrations.
Upload menus to our available integrations.
Enable delivery integrations
Disable delivery integrations.
Delivery/Market Role
Delivery/Market Role allows you to do the following:
Send orders to our available POS integrations.
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
Content-Type
string
application/json
Request Body
type
integer
Role that your account will have
name
string
The name of the new account
string
The email of the new account
password
string
The password of the new account
You will receive an email with: integration_id, client_id and client_secret so you can generate your account access token.
When you create an Delivery/Market role account, you will receive the integration_id that represents your Delivery o Market in our plataform.
Last updated
Was this helpful?