Skip to main content
GET
/
api
/
v1
/
misc
/
google-business
/
location
/
attributes
/
available
List available Google Business attributes
curl --request GET \
  --url https://api.bundle.social/api/v1/misc/google-business/location/attributes/available \
  --header 'x-api-key: <api-key>'
{
  "attributes": [],
  "nextPageToken": "<string>"
}

Authorizations

x-api-key
string
header
required

Query Parameters

teamId
string
required
languageCode
string
regionCode
string
pageSize
integer
Required range: 1 <= x <= 200
pageToken
string

Response

200

attributes
object[]
nextPageToken
string