Returns the enabled-networks catalog (ID, name, alias) from cache. Accessible to any authenticated user — exposes only non-sensitive metadata. On cache miss, rebuilds the index from the database.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/network/enabled \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "networks": [ { "networkId": "<string>", "name": "<string>", "alias": "<string>" } ] }
API key for authentication
SDK version header
Enabled networks index
Show child attributes
Was this page helpful?