List registered providers
GET/providers/registry
List the providers registered on the platform with their
supported_currencies and blocked_countries defaults. Use this to learn
provider-level currency support and blocked countries before fetching
games, so you can filter your storefront and avoid launch-time dead-ends.
Game-level values (GET /v1/games) override these when a game declares
its own list.
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”The provider registry.
object
object
truelabsISO-4217 currencies the provider can settle. Empty = no declared restriction.
[ "USD", "EUR"]The provider’s whole-provider blocked-country default
(ISO-3166-1 alpha-2). A game’s effective blocked_countries
(GET /v1/games) is this unless the game declares its own
override. Empty = no provider-level country restriction.
[ "TR", "FR"]Missing, invalid, or revoked API key.
object
object
Snake-case mnemonic for the code (e.g. game_blocked_jurisdiction,
player_self_excluded). Branch on code; type is for readability.
game_blocked_jurisdictionCorrelation ID for support escalation.