cURL
curl --request GET \ --url https://api.bundle.social/api/v1/misc/google-business/location/categories/available \ --header 'x-api-key: <api-key>'
{ "categories": [], "nextPageToken": "<string>" }
Requires regionCode and languageCode. Default view=BASIC. Page size is fixed at 50. Optional filter supports displayName prefix search.
regionCode
languageCode
view=BASIC
filter
displayName
2
50 <= x <= 50
CATEGORY_VIEW_UNSPECIFIED
BASIC
FULL
200
Was this page helpful?