I don't think there is a way to do this unfortunately. One way I have gotten around it a bit is to periodically retrieve all the networks, and store a dictionary of names and IDs. If you have a way to quickly retrieve the dictionary from some sort of storage (S3 for example if you use AWS) you can quickly get the IDs by name then call the /networks/{networkId} endpoint. There's trade-offs of course, especially depending on how often you update your dictionary. Hope that helps a little!
... View more