# Create Widget **POST /api/widgets** ## Servers - Production: https://example.com (Production) - Development: http://localhost (Development) ## Parameters ### Body: application/json (object) Widget to create - **name** (string) - **description** (string) - **Additional properties are NOT allowed** () ## Responses ### 201 Created #### Body: application/json (object) - **data** (array | object) - **links** (object) Links related to the response. This is useful for pagination, for example. - **Additional properties are NOT allowed** () ### 400 Bad Request #### Body: application/problem+json (object) - **title** (string) - **detail** (string) - **code** (string) - **errors** (object) [Powered by Bump.sh](https://bump.sh)