fetch tags and programs in a single api call using the rest implemantation
We are in the process of migrating from a SOAP-based implementation to a REST-based approach for fetching programs and their associated tags. Previously, with SOAP, we were able to retrieve all relevant data — including tags, tokens, and costs — in a single API call. However, with the REST API, retrieving tags now requires a separate request. According to the documentation, the endpoint for fetching programs does not return additional information such as "Tag", "Token", or "Cost". Tags must instead be retrieved using either the Get Programs by Id or Get Programs by Name endpoints.
Is there a bulk REST API available that allows us to fetch tags for all programs in a single request?