Get Widgets and Items
Get the Available Widgets and Items for Each Service
Explanation
Response
{
"data": [
{
"id": string,
"title": string,
"description": string,
"is_optional": boolean,
"items": [
{
"id": string,
"title": string,
"prompt": string,
"icon_src": string,
"is_premium": boolean
}
],
"priority": numeric,
"type": string
}
]
}Last updated