GET api/WhiteLabel

Get all white labels.

Response Information

Array of WhiteLabel objects.

Response body formats

application/json, text/json

Sample:
[
  {
    "LabelId": 1,
    "LabelName": "sample string 2",
    "LabelUrlName": "sample string 3",
    "LabelUrl": "sample string 4",
    "UrlPlay": "sample string 5",
    "UrlPlayShort": "sample string 6",
    "DefaultLanguage": "sample string 7",
    "DefaultCountry": 1,
    "DefaultCurrency": 1,
    "WelcomeBonusDesc": "sample string 8",
    "RestrictedCountries": "sample string 9",
    "FoundedYear": "sample string 10",
    "SportEnabled": true,
    "UpdatedDate": "2024-04-28T11:25:53.7260173+01:00",
    "ExcludedJurisdictions": "sample string 12"
  },
  {
    "LabelId": 1,
    "LabelName": "sample string 2",
    "LabelUrlName": "sample string 3",
    "LabelUrl": "sample string 4",
    "UrlPlay": "sample string 5",
    "UrlPlayShort": "sample string 6",
    "DefaultLanguage": "sample string 7",
    "DefaultCountry": 1,
    "DefaultCurrency": 1,
    "WelcomeBonusDesc": "sample string 8",
    "RestrictedCountries": "sample string 9",
    "FoundedYear": "sample string 10",
    "SportEnabled": true,
    "UpdatedDate": "2024-04-28T11:25:53.7260173+01:00",
    "ExcludedJurisdictions": "sample string 12"
  },
  {
    "LabelId": 1,
    "LabelName": "sample string 2",
    "LabelUrlName": "sample string 3",
    "LabelUrl": "sample string 4",
    "UrlPlay": "sample string 5",
    "UrlPlayShort": "sample string 6",
    "DefaultLanguage": "sample string 7",
    "DefaultCountry": 1,
    "DefaultCurrency": 1,
    "WelcomeBonusDesc": "sample string 8",
    "RestrictedCountries": "sample string 9",
    "FoundedYear": "sample string 10",
    "SportEnabled": true,
    "UpdatedDate": "2024-04-28T11:25:53.7260173+01:00",
    "ExcludedJurisdictions": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfWhiteLabel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Affiliates.DailyAction.Entities">
  <WhiteLabel>
    <DefaultCountry>1</DefaultCountry>
    <DefaultCurrency>1</DefaultCurrency>
    <DefaultLanguage>sample string 7</DefaultLanguage>
    <ExcludedJurisdictions>sample string 12</ExcludedJurisdictions>
    <FoundedYear>sample string 10</FoundedYear>
    <LabelId>1</LabelId>
    <LabelName>sample string 2</LabelName>
    <LabelUrl>sample string 4</LabelUrl>
    <LabelUrlName>sample string 3</LabelUrlName>
    <RestrictedCountries>sample string 9</RestrictedCountries>
    <SportEnabled>true</SportEnabled>
    <UpdatedDate>2024-04-28T11:25:53.7260173+01:00</UpdatedDate>
    <UrlPlay>sample string 5</UrlPlay>
    <UrlPlayShort>sample string 6</UrlPlayShort>
    <WelcomeBonusDesc>sample string 8</WelcomeBonusDesc>
  </WhiteLabel>
  <WhiteLabel>
    <DefaultCountry>1</DefaultCountry>
    <DefaultCurrency>1</DefaultCurrency>
    <DefaultLanguage>sample string 7</DefaultLanguage>
    <ExcludedJurisdictions>sample string 12</ExcludedJurisdictions>
    <FoundedYear>sample string 10</FoundedYear>
    <LabelId>1</LabelId>
    <LabelName>sample string 2</LabelName>
    <LabelUrl>sample string 4</LabelUrl>
    <LabelUrlName>sample string 3</LabelUrlName>
    <RestrictedCountries>sample string 9</RestrictedCountries>
    <SportEnabled>true</SportEnabled>
    <UpdatedDate>2024-04-28T11:25:53.7260173+01:00</UpdatedDate>
    <UrlPlay>sample string 5</UrlPlay>
    <UrlPlayShort>sample string 6</UrlPlayShort>
    <WelcomeBonusDesc>sample string 8</WelcomeBonusDesc>
  </WhiteLabel>
  <WhiteLabel>
    <DefaultCountry>1</DefaultCountry>
    <DefaultCurrency>1</DefaultCurrency>
    <DefaultLanguage>sample string 7</DefaultLanguage>
    <ExcludedJurisdictions>sample string 12</ExcludedJurisdictions>
    <FoundedYear>sample string 10</FoundedYear>
    <LabelId>1</LabelId>
    <LabelName>sample string 2</LabelName>
    <LabelUrl>sample string 4</LabelUrl>
    <LabelUrlName>sample string 3</LabelUrlName>
    <RestrictedCountries>sample string 9</RestrictedCountries>
    <SportEnabled>true</SportEnabled>
    <UpdatedDate>2024-04-28T11:25:53.7260173+01:00</UpdatedDate>
    <UrlPlay>sample string 5</UrlPlay>
    <UrlPlayShort>sample string 6</UrlPlayShort>
    <WelcomeBonusDesc>sample string 8</WelcomeBonusDesc>
  </WhiteLabel>
</ArrayOfWhiteLabel>