G

Google Proximity Beacon API

REST discovered

Details
URL
https://proximitybeacon.googleapis.com/
Docs
https://developers.google.com/beacons/proximity/guides
Authentication
Google OAuth 2.0 user access token for Proximity Beacon API oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

In Google Cloud Console, enable the proximitybeacon.googleapis.com API for your project from the API Library. Then create OAuth client credentials under APIs & Services > Credentials and complete the consent screen if prompted. Obtain a user access token with scope https://www.googleapis.com/auth/userlocation.beacon.registry; Google’s generated client libraries also support Application Default Credentials when they can mint a token for that scope.

Google API key api_key discovered Get key ↗

In Google Cloud Console, go to APIs & Services > Credentials and create an API key. Restrict it to the Proximity Beacon API if Google Cloud Console offers that restriction for your project.