List the White-label Provider Overlay
Returns your organization’s overlay on the Yuno provider catalogue: which providers your dashboard offers, and the wording, links and logos you have set for them.
Response
false means a white-label organization currently offers no provider at all (the allowlist is opt-in), not that everything is offered. Branch on this, never on the length of providers — the list is also non-empty when your only entries are instruction or logo overrides.allowed: false.YUNO_3DS in the example above is not offered (allowed: false) and still appears, because it carries a custom logo. This is why allowed has to be read per provider rather than inferred from the list’s contents.Errors
Authorizations
Response
The organization's provider overlay.
Whether the organization has at least one allowlist entry. false means a white-label organization currently offers no provider at all (the allowlist is opt-in), not that everything is offered. Branch on this, never on the length of providers — the list is also non-empty when the only entries are instruction or logo overrides.
true
The union of the allowlist, the instruction overrides, and the logo overrides. A provider can carry custom wording or a custom logo without being offered, in which case it appears with allowed: false.