List all widgets
GET
/widgetsQuery Parameters
limitinteger
Max number of widgets to return
Response
200A list of widgets
namestring
colorstring
idstring
/widgetsMax number of widgets to return
curl -X GET "https://api.kitchen-sink.example.com/v1/widgets?limit=<limit>" \
-H "X-API-Key: <X-API-Key>"[
{
"name": "Sprocket",
"color": "indigo",
"id": "wdg_abc123"
}
]