GET api/WhiteLabel/{id}?lang={lang}&tracker={tracker}&dynamic={dynamic}&clickId={clickId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| lang | No documentation available. |
Define this parameter in the request URI. |
| tracker | No documentation available. |
Define this parameter in the request URI. |
| dynamic | No documentation available. |
Define this parameter in the request URI. |
| clickId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
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": "2025-12-19T06:35:30.8136524+00:00",
"ExcludedJurisdictions": "sample string 12",
"IsNewSite": true
}
application/xml, text/xml
Sample:
<WhiteLabel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Affiliates.DailyAction.Entities"> <DefaultCountry>1</DefaultCountry> <DefaultCurrency>1</DefaultCurrency> <DefaultLanguage>sample string 7</DefaultLanguage> <ExcludedJurisdictions>sample string 12</ExcludedJurisdictions> <FoundedYear>sample string 10</FoundedYear> <IsNewSite>true</IsNewSite> <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>2025-12-19T06:35:30.8136524+00:00</UpdatedDate> <UrlPlay>sample string 5</UrlPlay> <UrlPlayShort>sample string 6</UrlPlayShort> <WelcomeBonusDesc>sample string 8</WelcomeBonusDesc> </WhiteLabel>