List widgets
GET /widgets
curl \
-X GET https://www.example.com/widgets
Response examples (200)
# Headers
Cache-Control: string
# Payload
[
{
"id": 1,
"title": "Goblin Staff of Sparks"
}
]