List widgets

GET /widgets

This endpoint returns a list of widgets.

Responses

  • 200 application/json

    successful

    Hide headers attribute Show headers attribute
    • This header declares the cacheability of the content so you can skip repeating requests.

    Hide response attributes Show response attributes object
  • 429

    too many requests

    Hide headers attributes Show headers attributes
GET /widgets
curl \
 -X GET https://example.com/widgets
Response examples (200)
# Headers
Cache-Control: string

# Payload
[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "created_at": "2024-05-04T09:42:00+00:00",
    "updated_at": "2024-05-04T09:42:00+00:00"
  }
]