Querying Grants

I have a list of grant_ids stored on my system, and I was hoping to get fresh grant info from Nylas in a request like so: Nylas v3 Administration API docs | Nylas Docs

However, I’m not seeing any way possible to use my grant_ids on my side to get an array from nylas with grant information only for the grant_ids I want. The alternative would be that I would have to iterate over every single grant_id on my end and query Nylas for each individual item. That would be incredibly expensive for my system AND nylas. Is there a way to do this? Thanks.

Hello @sboynton we don’t have endpoint to get information on multiple grants at the same time, the only way to do it AFAIK is one by one…