Skip to main content
GET
/
gbp
/
profile
GBP business profile
curl --request GET \
  --url https://ai.wisepilot.app/api/v1/gbp/profile \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "businessName": "<string>",
    "address": "<string>",
    "phone": "<string>",
    "categories": [
      "<string>"
    ],
    "website": "<string>",
    "averageRating": 123,
    "totalReviews": 123,
    "isVerified": true
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

website_id
string<uuid>

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

Response

Business profile

success
boolean
required
data
object