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 URL
https://api.localseosuite.io/apiGetting 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/reviewsBody Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| authorName | string | Yes | Name of the reviewer |
| rating | integer | Yes | Rating score between 1 and 5 |
| comment | string | Yes | Review 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/triggerRecalculates completeness, optimization, visibility, and primary category scores for Google Business Profile configurations.