Produktly docs
Nps widgets

List NPS widgets

GET
/nps-widgets

Authorization

BearerAuth
AuthorizationBearer <token>

Use an API key from the Produktly dashboard → Settings → API keys.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/nps-widgets"
{  "data": [    {      "id": 0,      "name": "string",      "active": true,      "createdAt": "2019-08-24T14:15:22Z"    }  ],  "pagination": {    "total": 0,    "limit": 0,    "offset": 0  }}