I would like to retrieve license details in bulk using their keys.
As far as I can tell, we have:
-
GET /v3/licenses: we can filter the list based on a license key using thekeyparameter, but my understanding is that we can only provide a single key. Is that right? -
GET /v3/licenses/{id}: this can only be used to get a single license at a time.
I would like to avoid sending many requests, is there a way to do this in bulk?