Sign in

Get widget HTML

documented

Return HTML for the GatherUp widget or badge.

POST /widget/get-htmlWidgetno implementation yet0 runs
No 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}}"}'
Get widget HTML · gatherup · OpenIntegrations