Endpoints
Your Business
Your business profile, snapshots, reviews, competitors, alerts, and GBP health.
GET
Returns your business profile — rating, review count, category, address, and linked Google Place ID.
Query parameters
Query parameters
Run this from an authenticated dashboard session. Do not paste session cookies into scripts, docs, support messages, or client-side code.
Run this from an authenticated dashboard session. Do not paste session cookies into scripts, docs, support messages, or client-side code.
Query parameters:
string
required
Your API key from Settings > API Keys
GET /me/snapshots
Daily rating and review count history for trend analysis.GET /me/reviews
Paginated list of your Google reviews.
Review text is refreshed when available. If text is being refreshed,
text is null and reviewTextStatus is loading; rating, author, date, and other metadata remain available.
GET /me/gbp-health
Your Google Business Profile health score and breakdown.DELETE /api/businesses/me/delete
Soft-deletes your active business. Data is preserved for 30 days — you can restore it during the grace period. After 30 days, a background job permanently removes the business and all associated data. Only the business owner or organization owner can delete.POST /api/businesses/me/restore
Restores a soft-deleted business within the 30-day grace period. Clears the deletion and re-sets it as your active business. Returns410 Gone if the 30-day grace period has expired.
Dashboard business endpoints
The following/api/businesses/me/* endpoints are dashboard endpoints. They use the signed-in app session, not X-NearIQ-Key, and operate on the user’s active personal or organization business. Organization-owned businesses also enforce the matching team permission for write actions.
GET /api/businesses/me
Returns the active dashboard business, including plan-visible profile fields and onboarding state.PATCH /api/businesses/me
Updates editable active-business profile fields such as display name, website, category, target customer, and differentiator.GET /api/businesses/me/usage
Returns plan usage and warning state for the active account or organization.GET /api/businesses/me/action-center
Returns the active business Action Center queue. The route reads existing business data, ranks next-best actions with the deterministic action engine, and returns workflow destinations for the dashboard. It does not call paid data providers, generate AI drafts, send messages, or create records.
The computed Action Center view also reads aggregate persisted feedback by action type when the persistent queue is available. Recent dismissals and failed sends lower an action type inside its tier, while repeated clicks and completions nudge it up. The hard tier order still wins over any feedback adjustment.
GET /api/businesses/me/next-best-actions
Returns the persisted Action Center queue for the active business. This route readsnext_best_actions, logs a shown event for returned rows, and supports limit, status, and tier filters. Status updates, draft generation, and execution use the child routes documented in the Action Center guide.