Gets branding details for given merchant.
The Merchant's unique universal identifier (Merchant UUID). You can find it on the InPlayer's dashboard at the Account Details section as Account ID.
The id of created branding theme in InPlayer Dashboard. If it is not set the default branding details will be returned.
Contains the data:
{
id: number;
exists: boolean;
brand_name: string;
paywall_cover_photo: string;
paywall_brand_logo: string;
paywall_primary_color: string;
paywall_secondary_color: string;
paywall_buttons_bg_color: string;
paywall_buttons_text_color: string;
preview_buttons_bg_color: string;
preview_buttons_text_color: string;
preview_top_border: boolean;
inplayer_protected_label: boolean;
paywall_footer: string;
default: boolean;
template_id: number;
terms_url: string;
dark_mode: boolean;
}
Generated using TypeDoc
Contains all Requests regarding branding.