Search for beacons by tag using API

Is there a way to get a list of all beacons with a specific tag using the API?

I can get a list of all beacons, or search by a particular identifier, but can’t seem to get them by tag. Is there a way?

You could do it in two steps:

  1. Fetch the identifiers of devices which match a specific tag:

    https://cloud.estimote.com/docs/#api-Tags-GetIdentifiersByTag

  2. Fetch full device details for the given identifiers:

    https://cloud.estimote.com/docs/#api-Devices-GetDevices
    => 3rd tab, “Fetch devices with given identifiers”