Skip to main content
GET
/
api
/
v1
/
accounts
/
{accountId}
/
projects
/
{projectId}
/
widgets
/
{widgetId}
/
configurations
Get Widget Configurations
curl --request GET \
  --url https://api.example.com/api/v1/accounts/{accountId}/projects/{projectId}/widgets/{widgetId}/configurations
{
  "widgetConfigurations": [
    {
      "id": "<string>",
      "widgetId": "<string>",
      "widgetType": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "version": "<string>",
      "name": "<string>",
      "slug": "<string>",
      "description": "<string>",
      "status": "<string>"
    }
  ]
}

Path Parameters

accountId
string
required

The ID of the account

projectId
string
required

The ID of the project

widgetId
string
required

The ID of the widget

Query Parameters

widgetId
string

Filter by widget ID

groupType
string

Filter by group type (deprecated)

scopeType
string

Filter by scope type

Response

widgetConfigurations
object[]
required