googleapis.com

Registers, manages, indexes, and searches beacons.

🔑 oauth2 17 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Searches the beacon registry for beacons that match the given search criteria…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://proximitybeacon.googleapis.com/v1beta1/beacons
Gets the Proximity Beacon API's current public key and associated parameters …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://proximitybeacon.googleapis.com/v1beta1/eidparams
Lists all attachment namespaces owned by your Google Developers Console proje…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://proximitybeacon.googleapis.com/v1beta1/namespaces
Endpoints (17 total)
GET
/v1beta1/beacons
Searches the beacon registry for beacons that match the given search criteria…
GET
/v1beta1/eidparams
Gets the Proximity Beacon API's current public key and associated parameters …
GET
/v1beta1/namespaces
Lists all attachment namespaces owned by your Google Developers Console proje…
GET
/v1beta1/{beaconName}
Returns detailed information about the specified beacon. Authenticate using a…
GET
/v1beta1/{beaconName}/attachments
Returns the attachments for the specified beacon that match the specified nam…
GET
/v1beta1/{beaconName}/diagnostics
List the diagnostics for a single beacon. You can also list diagnostics for a…
POST
/v1beta1/beacons:register
Registers a previously unregistered beacon given its `advertisedId`. These ID…
POST
/v1beta1/{beaconName}:activate
Activates a beacon. A beacon that is active will return information and attac…
POST
/v1beta1/{beaconName}:deactivate
Deactivates a beacon. Once deactivated, the API will not return information n…
POST
/v1beta1/{beaconName}/attachments
Associates the given data with the specified beacon. Attachment data must con…
POST
/v1beta1/beaconinfo:getforobserved
Given one or more beacon observations, returns any beacon information and att…
POST
/v1beta1/{beaconName}:decommission
Decommissions the specified beacon in the service. This beacon will no longer…
At a glance
Total SDKs10
Languages6
Endpoints17
Authoauth2
Categories2
https://proximitybeacon.googleapis.com