POST
/
review
/
suggestion
cURL
curl --request POST \
  --url https://api.gmbapi.com/external-api/gmb/review/suggestion \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "review": "<string>"
}
'
{
  "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.

Body

application/json

Required fields for an AI suggestion.

review
string
required

Google review.

Response

Accont Location Profile response

data
object