Get widget

GET /api/widgets/{widget}

Path parameters

  • widget string Required

    The unique identifier of a widget.

Responses

GET /api/widgets/{widget}
curl \
 -X GET https://example.com/api/widgets/{widget}
Response examples (200)
{
  "data": [],
  "links": {}
}
Response examples (404)
{
  "title": "string",
  "detail": "string"
}