GET
/api-v1/widget
curl \
--request GET 'https://wyzio.app/api-v1/widget' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"id": 42,
"organizationId": 42,
"contactId": 42,
"templateNumber": 42,
"x": 42,
"y": 42,
"width": 42,
"height": 42,
"type": "TREASURY",
"isRemoved": true,
"filters": "string"
}
]