GET
/api/widgets
curl \
--request GET 'https://example.com/api/widgets'
Response examples (200)
# Headers
Cache-Control: string
# Payload
{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2026-05-04T09:42:00Z",
"updated_at": "2026-05-04T09:42:00Z"
}
],
"links": {}
}