Get senders' API keys
Tuesday, April 16, 2019 at 08:25amI'm creating an application to get all packages for an account with a date range.
I'm using the following call
Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange(DocumentPackageStatus.COMPLETED, new PageRequest(index, 50), from, to);
This call only returns packages for the account owner. I need to get packages for all senders.
How can I get list of all senders' API keys in C#?
Reply to: Get senders' API keys
Tuesday, April 16, 2019 at 09:19amReply to: Get senders' API keys
Wednesday, June 30, 2021 at 07:02pmHello, I'm wondering if Getting the ApiKey by Sender Id is part of the latest .NET SDK?
Reply to: Hello, I'm wondering if…
Monday, July 5, 2021 at 08:39amHi Richard,
Unfortunately, to retrieve sender API Key through SDK is still not yet available.
Duo