We're going to use Azure APIM as a gateway in front of our back end APIs. We plan to correlate Azure-managed subscriptions to our users. So we're forwarding the subscription key from the request to our back end and would like to look up the subscription using that [primary or secondary] key. However, I don't think i see a way using the Azure REST API. Is there such an operation exposed anywhere?
I've looked through the Azure APIM REST docs to no avail.