GET
/
location
cURL
curl --request GET \
  --url https://api.gmbapi.com/external-api/gmb/location \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

account_id
string

Account ID. Required when using an organization token.

page
integer

Page number

include_fields
string<string>

Select the fields to include based on the Location object.

store_code
string<string>

Filter locations based on store code.

per_page
integer

Results per page. Default is 10. Maximum is 50

Response

Account Location Profile response

data
object