User Modules
All endpoints that are created for managing modules
Get all user modules
[
{
"identifier": "bol.mintyconnect.order.wachtagent",
"name": "Order Wachtagent plugin",
"description": "Deze plugin biedt de mogelijkheid om bestellingen van Bol naar WooCommerce te verzenden.",
"enabled": 1,
"isBase": 1,
"users": " []",
"possibleSettings": "{\"phone\": \"\", \"email\": \"\", status: \"default\" }"
},
{
"identifier": "bol.mintyconnect.product.wachtagent",
"name": "Product wachtagent plugin",
"description": "Deze plugin biedt de mogelijkheid om product data bij te houden tussen bol en woocommerce.",
"enabled": 1,
"isBase": 1,
"users": "",
"possibleSettings": "{\"stockSync\":true,\"priceSync\":false}"
}
]Get specific base module
Path Parameters
Name
Type
Description
Add a new module to an user
Request Body
Name
Type
Description
Update an existing user module
Request Body
Name
Type
Description
Delete an existing user module
Query Parameters
Name
Type
Description
Last updated