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

Authorizations

Authorization
string
header
required

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

Path Parameters

location_id
string<string>
required

Location Id

Query Parameters

account_id
string

Account ID. Required when using an organization token.

Response

Accont Labels response

data
object