Onvo Documentation
APIs
Widgets
Post:Execute Widget Code

Execute widget code

POST
/
api
/
widgets
/
{widgetId}
/
execute-code

Authorizations

x-api-key
string
headerrequired

Response

200 - application/json

The response is of type object.

{
    "type": "metric",
    "data": {
        "datasets": [
            {
                "data": [
                    2896.8484997477935
                ],
                "label": "USD"
            }
        ]
    },
    "options": {
        "responsive": true,
        "maintainAspectRatio": false,
        "plugins": {
            "datalabels": {
                "display": false
            },
            "title": {
                "text": "Lifetime Value of All Customers"
            }
        }
    }
}