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
}
}Google Business Profile details — name, address, categories, hours, attributes.
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
}
}