Skip to content

Update GBP location

Switch which GBP location is active for a connected account.

PUT /v1/accounts/{accountId}/gmb-locations

Switch which GBP location is active for a connected account.

Parameters

  • accountId (path, string) required

Request body

Content-Type: application/json

  • selectedLocationId (string) required

Example:

json

{
  "selectedLocationId": "12345678901234567890"
}

Responses

200 — Location updated

  • message (string)
  • selectedLocation (object)

400 — Location not in available locations

401

404 — Account not found