cURL
curl --request GET \ --url https://api.gameball.co/api/v4.0/integrations/configurations/widget \ --header 'apikey: <api-key>'
{ "colors": { "primary": "<string>", "secondary": "<string>", "accent": "<string>", "background": "<string>", "text": "<string>" }, "layout": { "position": "bottom-right", "size": "small", "showOnMobile": true }, "features": { "showBalance": true, "showPoints": true, "showTier": true, "showNotifications": true } }
Retrieve styling settings, including colors and other visual elements for the Gameball widget.
Widget configuration retrieved successfully
Show child attributes
bottom-right
bottom-left
top-right
top-left
small
medium
large
Was this page helpful?