# List widgets **GET /api/widgets** This endpoint returns a list of widgets. ## Servers - Production: https://example.com (Production) - Development: http://localhost (Development) ## Parameters ## Responses ### 200 successful #### Headers - **Cache-Control** (string) This header declares the cacheability of the content so you can skip repeating requests. #### Body: application/json (object) - **data** (array[object] | object) - **links** (object) Links related to the response. This is useful for pagination, for example. - **Additional properties are NOT allowed** () ### 429 too many requests #### Headers - **X-Rate-Limit-Limit** (integer) The number of allowed requests in the current period - **X-Rate-Limit-Remaining** (integer) The number of remaining requests in the current period - **X-Rate-Limit-Reset** (integer) The number of seconds left in the current period [Powered by Bump.sh](https://bump.sh)