Show:

Contains all Requests regarding branding.

Table of Contents

Methods

getBranding
(
  • clientId
  • brandingId
)
Object
async

Gets branding params for given merchant

Parameters:

  • clientId String
    • The Client id
  • brandingId String
    • The branding id or 'default'

Returns:

Object

Example:

InPlayer.Branding
.getBranding('eyJ0e-XAiOi-JKPEC-ENR5Y', '123')
.then(data => console.log(data));