hampton123 Thanks for posting your question in Microsoft Q&A. Yes, you can retrieve subscription keys (Primary/Secondary) for Subscriptions via Subscription - List Secrets rest API from any client including Postman. sid
- subscription entity identifier needs to be passed and this can be retrieved via Subscription - List API.
To call this API, appropriate role permission such as Microsoft.ApiManagement/service/subscriptions/listSecrets/action
should be assigned for user/application and check out https://learn.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations#microsoftapimanagement for more info about the list of permissions.
I hope this helps and let me know if any questions.
If you found the answer to your question helpful, please take a moment to mark it as Yes
for others to benefit from your experience. Or simply add a comment tagging me and would be happy to answer your questions.