Branding
Contains all Requests regarding branding.
Table of Contents
- Methods
Methods
getBranding
(
Object
-
clientId -
brandingId
Gets branding params for given merchant
Parameters:
-
clientIdString- The Client id
-
brandingIdString- The branding id or 'default'
Returns:
Object
Example:
InPlayer.Branding
.getBranding('eyJ0e-XAiOi-JKPEC-ENR5Y', '123')
.then(data => console.log(data));