List all widgets for a business.
GET /api/v1/businesses/:businessId/widgets
Parameters
Path
| Name | Type | Required | Description |
|---|---|---|---|
businessId | string | Yes | The business ID |
Query
| Name | Type | Required | Description |
|---|---|---|---|
limit | integer | No | Number of items (default 100) |
offset | integer | No | Pagination offset |
since | integer | No | Unix timestamp (ms) — return items created after this time |
until | integer | No | Unix timestamp (ms) — return items created before this time |