Skip to main content
POST
/
gbp
/
reviews
/
{id}
/
reply
Reply to GBP review
curl --request POST \
  --url https://ai.wisepilot.app/api/v1/gbp/reviews/{id}/reply \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reply_text": "<string>"
}
'
{
  "success": true,
  "data": {
    "status": "posted",
    "workItemId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Authorizations

Authorization
string
header
required

API key prefixed with cr_ (e.g. cr_a1b2c3...)

Path Parameters

id
string
required

Review ID

Query Parameters

website_id
string<uuid>

Website ID. Auto-resolved if key has single website scope.

Body

application/json
reply_text
string
required

Reply text to post

Response

Reply posted or approval work item created

success
boolean
required
data
object