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

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"
    }
  ]
}