API Documentation
A read-only REST API for pulling your monitored locations, change history, and reviews into your own tools. Every endpoint returns JSON and is scoped to the API key's owner only.
Authentication
Send your key in the Authorization header on every request:
Authorization: Bearer mrep_xxxxxxxxxxxxxxxx
Endpoints
GET
/api/v1/locationsList every location monitored by the key's owner.
GET
/api/v1/locations/:idLocation details plus the most recent snapshot of its Google Business Profile data.
GET
/api/v1/locations/:id/changes?limit=50&status=PENDING|APPROVED|REVERTEDChange log entries for a location.
GET
/api/v1/locations/:id/reviews?limit=50&rating=1-5&sentiment=positive|neutral|negativeReviews for a location.
Machine-readable OpenAPI spec: /api/docs