RelayAPI

List Google Business locations after OAuth

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

API key (rlay_live_* or rlay_test_). Invite redemption also accepts a server-derived rlay_session_ bearer for a current user session.

In: header

Query Parameters

connect_token*string

Operation-scoped token returned by the OAuth callback

Length1 <= length

Response Body

application/json

curl -X GET "https://example.com/v1/connect/googlebusiness/locations?connect_token=string"
{  "locations": [    {      "address": "string",      "id": "string",      "name": "string",      "phone": "string"    }  ]}

Found something wrong? Help us improve this page.