For Agents
Push customer locations, existing reviews, and contact lists into the 5 Stars Reputation platform so it can run review-request automations. Useful for agents wiring POS or CRM data into reputation workflows.
Get started with 5 Stars Reputation API in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"invite a customer to leave a review"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with 5 Stars Reputation API API.
Register a customer-facing location so review requests can be scoped to it
Import existing reviews from another platform into 5 Stars Reputation for unified reporting
Push contacts that should receive a review-request invitation
Hand off freshly served customers from a CRM or POS to the reputation campaign engine
GET STARTED
Use for: Register a new business location in 5 Stars Reputation, Import a batch of customer contacts from our CRM to invite for reviews, Push existing Google reviews into 5 Stars Reputation for reporting, Send today's purchasers to the review-request queue
Not supported: Does not handle review-request email or SMS sending, response moderation, or campaign reporting — use only to push locations, reviews, and contacts into the 5 Stars Reputation platform.
Jentic publishes the only available OpenAPI specification for 5 Stars Reputation API, keeping it validated and agent-ready.
Jentic publishes the only available OpenAPI specification for 5 Stars Reputation API, keeping it validated and agent-ready. The 5 Stars Reputation API is the integration interface for the 5 Stars Reputation review and reputation management platform, exposing three POST endpoints that register customer locations, push existing reviews into a 5 Stars Reputation account, and import contacts that should be invited to leave a review. The API is intended for businesses syncing point-of-sale or CRM data so that 5 Stars Reputation can run review-request campaigns automatically. Authentication uses an API key supplied in the request body or header.
Patterns agents use 5 Stars Reputation API API for, with concrete tasks.
★ Automate Review Requests After a Sale
Retailers and service businesses wire their point-of-sale or CRM into 5 Stars Reputation so customers receive a review-request invitation shortly after purchase. The /integrationapi/importcontact endpoint accepts contact details and tags them for the appropriate location, replacing manual CSV uploads. End-to-end automation typically takes half a day to wire from a POS webhook.
Call POST /integrationapi/importcontact with the customer's name, email, phone, and the location ID for the store they purchased from.
Multi-Location Review Reporting
Multi-branch businesses register each location through /integrationapi/location and import existing reviews via /integrationapi/importreview so the 5 Stars Reputation dashboard reports across all branches in one place. This replaces per-location spreadsheet aggregation and gives leadership a single view of reputation. Initial setup runs about a day for ten to twenty locations.
For each branch, call POST /integrationapi/location with the address and operating hours, then POST /integrationapi/importreview to load that branch's existing reviews.
CRM-Driven Review Campaigns via Jentic
An AI assistant connected through Jentic can listen for new closed-won deals or completed services and call 5 Stars Reputation to enroll those customers in a review-request flow. Jentic stores the API key in the vault and exposes the importcontact operation by intent, so the agent never needs to read the developer docs or hard-code endpoint paths. End-to-end response time is a few seconds per customer.
Search Jentic for 'invite a customer to leave a review', load /integrationapi/importcontact, and execute it with the new customer's contact details and assigned location.
3 endpoints — jentic publishes the only available openapi specification for 5 stars reputation api, keeping it validated and agent-ready.
METHOD
PATH
DESCRIPTION
/integrationapi/location
Register a customer-facing location
/integrationapi/importreview
Import an existing review into 5 Stars Reputation
/integrationapi/importcontact
Import a contact to be invited for a review
/integrationapi/location
Register a customer-facing location
/integrationapi/importreview
Import an existing review into 5 Stars Reputation
/integrationapi/importcontact
Import a contact to be invited for a review
Three things that make agents converge on Jentic-routed access.
Credential isolation
5 Stars Reputation API keys are stored encrypted in the Jentic vault (MAXsystem) and attached to each request at execution time. Agents receive scoped access — the raw key never enters the prompt.
Intent-based discovery
Agents search Jentic with intents like 'invite a customer to leave a review' or 'import a review' and Jentic returns the matching 5 Stars Reputation operation with its input schema, so the agent calls the right endpoint without reading the integration docs.
Time to first call
Direct integration with 5 Stars Reputation takes about half a day for a single contact-import flow including POS webhook plumbing. Through Jentic the same call is reachable in under thirty minutes.
Alternatives and complements available in the Jentic catalogue.
Yotpo UGC API
Reviews and user-generated content platform with a broader ecosystem
Choose Yotpo when the user needs reviews plus loyalty, SMS marketing, and visual UGC; use 5 Stars Reputation for an Australia-focused, simpler review flow.
Reply Reviews API
Reputation platform focused on automated review responses
Choose Reply when the priority is automating responses to existing reviews rather than soliciting new ones.
ReviewStudio API
Review collection and management platform with media review workflows
Choose ReviewStudio when the team needs creative-asset review workflows in addition to customer reviews.
HubSpot CRM Contacts API
CRM contact source that often feeds review-request automations
Pair HubSpot Contacts with 5 Stars Reputation to push closed-won customers into the review queue automatically.
Specific to using 5 Stars Reputation API API through Jentic.
Why is there no official OpenAPI spec for 5 Stars Reputation API?
5 Stars Reputation publishes HTML integration documentation but does not distribute a machine-readable OpenAPI specification. Jentic generates and maintains this spec so AI agents and developers can call 5 Stars Reputation through structured tooling. It is validated against the live API and kept up to date. Get started at https://app.jentic.com/sign-up.
What authentication does the 5 Stars Reputation API use?
The API uses an API key issued from the 5 Stars Reputation account dashboard. The key is supplied on each request to /integrationapi endpoints. When called through Jentic the key is stored encrypted in the vault and attached at execution time, so it never appears in the agent's prompt.
Can I import existing Google or Facebook reviews into 5 Stars Reputation through this API?
Yes. Call POST /integrationapi/importreview for each review, supplying the source, rating, reviewer name, and timestamp. The platform then includes those reviews in its dashboards and aggregate scoring.
What are the rate limits for the 5 Stars Reputation API?
5 Stars Reputation does not publish a numeric rate limit. Treat the API as fair-use, batch contact imports where possible, and back off on HTTP 429 or 5xx responses. For nightly POS sync, schedule one batched run per location rather than per-customer calls.
How do I enroll a customer for a review request through Jentic?
After running pip install jentic and setting JENTIC_AGENT_API_KEY, search Jentic for 'invite a customer to leave a review', load /integrationapi/importcontact, and execute it with the customer's contact details and the location ID. Jentic injects the API key automatically.
Does the 5 Stars Reputation API send the review-request emails directly?
No. The API only ingests data — locations, reviews, and contacts. The 5 Stars Reputation platform handles the actual email and SMS review invitations using the campaign rules configured in its dashboard.