Skip to main content
GET
Returns your business profile — rating, review count, category, address, and linked Google Place ID.
string
required
Your API key from Settings > API Keys

GET /me/snapshots

Daily rating and review count history for trend analysis.
Query parameters

GET /me/reviews

Paginated list of your Google reviews.
Query parameters 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.
Run this from an authenticated dashboard session. Do not paste session cookies into scripts, docs, support messages, or client-side code.

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. Returns 410 Gone if the 30-day grace period has expired.
Run this from an authenticated dashboard session. Do not paste session cookies into scripts, docs, support messages, or client-side code.

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.
Query parameters: 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 reads next_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.

GET /api/businesses/me/overage-settings

Returns native overage controls for the active personal account or organization, plus current metered usage and live overage cost for the billing cycle.

PATCH /api/businesses/me/overage-settings

Updates whether metered usage can continue after a plan allowance is reached. When overage is off, metered actions hard-cap at the plan allowance and charge $0. When overage is on, an optional monthly cap blocks additional overage after the cap would be exceeded. Organization accounts require owner or admin billing permission.

GET /api/businesses/me/invoices

Returns Stripe invoices for the active billing account and live current-cycle metered overage cost. If the account has no Stripe customer yet, the endpoint returns an empty invoice list with current usage visibility.

Products and questions

Audit, leads, and review response endpoints

Messaging and social publishing

Listing and citation workflows

Analytics and intelligence endpoints

Photos and voice clones

Dashboard business endpoint errors