Show Widget

GET /backend/api/v1/show-widget/8f957c07-513d-4c04-b7dd-c880358db736/3824e877-ee0c-459f-a653-bbd9ac35bb0e/10?fields=theme%2Ccompany_info
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "theme": {
        "primary_color": "#5274FF",
        "text_color_on_bg_primary": "#FFFFFF"
    },
    "company": {
        "name": "iugu",
        "gender": "F",
        "cta_widget_mobile": "Fala aí",
        "cta_widget_desktop": "Vamos lá!",
        "dismissible": false,
        "show_logo": true,
        "language": "pt",
        "hide_start_step": false
    },
    "message": "Inactive survey",
    "mobile": {
        "position": "leftMiddle",
        "offset": {
            "offset_vertical": null,
            "offset_horizontal": null
        }
    },
    "desktop": {
        "position": "rightMiddle",
        "offset": {
            "offset_vertical": null,
            "offset_horizontal": null
        }
    },
    "status": "INACTIVE"
}