Sender API Key
Monday, February 20, 2023 at 08:14amI know how to get subaccount api keys but how do I get a senders API key. The user has left State employment so I can't have them just login and give it to me. I don't see it in the Sender structure.
Reply to: Sender API Key
Monday, February 20, 2023 at 11:54amHi Richard,
For a non-subaccount account, you can retrieve sender API Key via this API:
GET /api/account/senders/{senderId}/apiKey
However, I am experiencing a 404 Resource Not Found error when invoking the same API under a subaccount.
To bypass this limitation, I do have a workaround that I can share with you. I will send the approach to your working email.
Duo