Agency Plan Required
API Documentation
Build powerful integrations with the Reputo API. Manage reviews, track competitors, and generate AI responses programmatically.
Quick Start
Base URL
https://api.reputo.us/v1
Authentication
Bearer <your_api_token>
Content-Type
application/json
Endpoints
GET
/businesses
List all connected business profiles
POST
/businesses
Connect a new business profile
GET
/reviews
Fetch reviews with filters (platform, rating, date)
POST
/responses
Generate and send an AI response
GET
/competitors
List tracked competitors
POST
/competitors
Add a competitor to track
GET
/analytics
Get reputation analytics and trends
GET
/reports
Generate white-label reports
Code Example
curl -X GET https://api.reputo.us/v1/reviews \
-H "Authorization: Bearer <your_token>" \
-H "Content-Type: application/json" \
-d '{
"platform": "google",
"rating_from": 1,
"rating_to": 3,
"date_from": "2026-04-01"
}'
Rate Limits
Agency plans include 1,000 requests/hour. Need more? Contact us for enterprise pricing.
Need API access?
Upgrade to Agency