Skip to content

Beacon Search

Beacons Search API Endpoints

Query Beacon's SiteIdentifier

Endpoint:

GET api/v9/beacons/clients/{clientIdentifier}/search?uuid=&major=&minor=

Description:
Queries the site ID of a beacon using its UUID, major, and minor values. The beacon key is a concatenated string of uuid+major+minor values.

Validations
  • UUID is required.
  • Major is required.
  • Minor is required.

Request Parameters

  • uuid: The UUID of the beacon.
  • major: The major value of the beacon.
  • minor: The minor value of the beacon.

Success Response:

{
  "siteIdentifier": "GUID",
  "beaconKey": "uuid+major+minor"
}