Skip to main content
GET
List the White-label Provider Overlay
Returns your organization’s overlay on the Yuno provider catalogue: which providers your dashboard offers, and the custom wording, links and logos you have set for them. It is an overlay, not the catalogue. Read the provider catalogue separately and join this on top — this response only covers providers you have an opinion about.
This filters a picker. It is not authorization: it does not stop a connection being created against a provider you do not offer.

Response

boolean
Whether your 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 your only entries are instruction or logo overrides.
object[]
The union of your allowlist, your instruction overrides, and your logo overrides. A provider can carry custom wording or a custom logo without being offered, in which case it appears here with 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

PUBLIC-API-KEY
string
header
default:<Your PUBLIC-API-KEY>
required
PRIVATE-SECRET-KEY
string
header
default:<Your PRIVATE-SECRET-KEY>
required

Response

The organization's provider overlay.

filtered
boolean

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.

Example:

true

providers
object[]

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.