Developer Docs

API Documentation & Schemas

Integrate LocalSEO Suite directly inside your existing internal agency applications, CRM trackers, and lead management consoles using our endpoint endpoints.

Endpoint Base URLhttps://api.localseosuite.io/api

Getting Started

Our REST API accepts and processes standard JSON payloads. Rate limits are capped at 1,000 requests per location context hour under standard Agency tiers.

Authentication Setup

Access tokens are generated inside user workspace dashboard profiles. Append this header token key with all API endpoint calls:

Authorization: Bearer <your_jwt_dashboard_access_token>

Submit GMB review & Auto-Reply

Triggers immediate database review log commits and runs real-time sentiment analysis hooks to attach auto replies instantly.

POST/locations/:locationId/reviews

Body Parameters

FieldTypeRequiredDescription
authorNamestringYesName of the reviewer
ratingintegerYesRating score between 1 and 5
commentstringYesReview text comment content

Mock Payload Request

{
  "authorName": "Marcus Sterling",
  "rating": 5,
  "comment": "Outstanding quick service, clean lobby and friendly staff!"
}

Trigger SEO Audit Calculation

POST/locations/:locationId/audit/trigger

Recalculates completeness, optimization, visibility, and primary category scores for Google Business Profile configurations.