Account Info This example assumes using Ultravox; is in scope and apiKey contains your Ultravox API key. 1 2 3 4 5 6using var client = new UltravoxClient(apiKey); Account account = await client.Accounts.AccountsMeRetrieveAsync(); Console.WriteLine($"Account ID: {account.AccountId}"); Console.WriteLine($"Name: {account.Name}");