RelayAPI

List Google Business locations after OAuth

GET
/v1/connect/googlebusiness/locations
AuthorizationBearer <token>

API key (rlay_live_* or rlay_test_*)

In: header

Response Body

application/json

curl -X GET "https://api.relayapi.dev/v1/connect/googlebusiness/locations"
{
  "locations": [
    {
      "id": "string",
      "name": "string",
      "address": "string",
      "phone": "string"
    }
  ]
}

Found something wrong? Help us improve this page.

Submit an Issue
Requires a GitHub account.View repo