/dashboards/static
Description
Request Body
{
"data": {
"title": "Purchases",
"id": "purchases-dashboard",
"to": "[email protected]" // It can be either the user's email or the user code assigned to the user in the app.
"widgets": [
{
"id": "purchases-widget",
"type": "text",
"title": "Compras",
"value": "22.168,44 €",
"sub": "este mes"
}
]
}
}Parameters
Response
Last updated