Registers a previously unregistered beacon given its advertisedId
. These IDs are unique within the system. An ID can be registered only once.
Authenticate using an OAuth access token from a signed-in user with Is owner or Can edit permissions in the Google Developers Console project.
HTTP request
POST https://proximitybeacon.googleapis.com/v1beta1/beacons:register
The URL uses Google API HTTP annotation syntax.
Query parameters
Parameters | |
---|---|
projectId |
The project id of the project the beacon will be registered to. If the project id is not specified then the project making the request is used. Optional. |
Request body
The request body contains an instance of Beacon
.
Response body
If successful, the response body contains an instance of Beacon
.
Authorization
Requires the following OAuth scope:
https://www.googleapis.com/auth/userlocation.beacon.registry
For more information, see the Auth Guide.