Get widget HTML
documentedReturn HTML for the GatherUp widget or badge.
POST /widget/get-htmlWidgetno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://app.gatherup.com/api/widget/get-html" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"businessId": {{$businessId}}, "clientId": "{{$clientId}}", "hash": "{{$hash}}", "fullVersion": {{$fullVersion}}, "includeSchemaOrg": {{$includeSchemaOrg}}, "widgetType": "{{$widgetType}}"}'