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>"
}
]
}Retrieves widget configurations for the specified account, project, and widget
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>"
}
]
}The ID of the account
The ID of the project
The ID of the widget
Filter by widget ID
Filter by group type (deprecated)
Filter by scope type
Show child attributes