Ask about anything in DailyStory Developer Documentation

Type a question in your own words below. Answers are written from our published articles and cite the ones they came from.

Recently updated

    Dashboard
    Edit Article Logout

    Get Brand Kit


    Returns the Brand Kit (asset preferences) for the current tenant. The response is the raw brand-kit object — unlike most API responses it is NOT wrapped in the standard Status/Message/Response envelope.

    HTTP Response Examples
    200
    { "color_text": "#333333", "text_font_size": "18", "text_font_family": "Lucida Sans Unicode", "color_cta": "#ff753a", "color_url": "#E8215F", "color_alt_1": "#337ab7", "color_alt_2": "#0cad75", "color_alt_3": "#d02d1d", "email_name": "Acme Inc", "email_address": "hello@example.com", "allow_mms_messages": true, "sms_countries_whitelist": "US;CA", "is_scheduler_include_all_segments": true, "h1_font_size": "36", "h1_font_family": "Georgia, serif", "h1_color_text": "#333333", "h2_font_size": "28", "h2_font_family": "Arial, Helvetica, sans-serif", "h2_color_text": "#333333" }
    HTTP Response Parameters
    color_text, color_cta, color_url, color_alt_1 ... color_alt_10string
    Brand palette colors as hex codes. color_text is body text; color_cta is calls-to-action; color_url is links; color_alt_1–color_alt_10 are alternate accent colors.
    text_font_family, text_font_size, cta_font_family, cta_font_sizestring
    Default body text and call-to-action typography.
    h1_* through h6_*string
    Heading typography per level — each level has font_size, font_family, and color_text.
    email_name, email_addressstring
    Default From-name and From-address used for emails sent by this tenant.
    allow_mms_messagesboolean
    Whether MMS is permitted for this tenant.
    sms_autorespond, sms_autorespond_start, sms_autorespond_endstring
    Automatic SMS reply text and the window (start/end) during which it is sent.
    sms_countries_whiteliststring
    Semicolon-delimited ISO-2 country codes permitted for SMS sends (e.g. "US;CA").
    subscription_preferences_logostring
    URL of the logo shown on the hosted subscription-preferences page.
    is_scheduler_include_all_segmentsboolean
    If true, the Get Campaign Segments endpoint returns all tenant segments regardless of campaign assignment.

    How helpful was this article?

    👍 or 👎

    Related Articles

    Markdown Version