Browse docs
API Reference (Pro and Elite)
If you manage customers, reviews, ratings, feedback, and reputation work inside your Repwyn account, you can connect your own tools and workflows to it. We call this the Repwyn API. It is for teams who already use the console and want to automate account-level work without doing every customer, review request, location, or tag update by hand.
The API does not replace the console; it helps you keep customer records, review requests, reviews, ratings, messages, locations, sources, and tags aligned with the tools your team already uses.
Repwyn Core does not include API access. This is one of the clearest ways to see what Pro and Elite unlock: the console work you already do by hand becomes something your own systems can do for you.
Authentication
Your account has its own secret key. That key lets trusted automation act on behalf of your account only, and nothing else.
To find your key, open Settings > API. You will see your secret key and a button to copy it to your clipboard. If you do not see API, or the section is locked and asks you to upgrade, your current plan does not include it.
Requests are authenticated with a Bearer token:
Authorization: Bearer YOUR_SECRET_TOKEN
What You Can Do
Typical uses include importing and updating customers, recording customer activity, sending review requests, reviewing feedback and ratings, organizing locations, sources, and tags, and syncing reputation data into your own reporting or customer tools.
| Resource | Purpose |
|---|---|
| Customers | Customer records used for review requests and feedback |
| Asks | Trigger and track review requests |
| Charges | Record customer activity used by request-strategy triggers |
| Locations | Manage the locations on your account |
| Messages | Review sent messages and their delivery status |
| Reviews | Customer reviews, ratings, and reputation tracking |
| Share Templates | Manage templates used for turning reviews into shareable images |
| Sources | Organize reviews by where they came from |
| Tags | Organize reviews and customers with tags |
The exact fields and parameters for each endpoint are best confirmed against the live interactive reference in your Repwyn dashboard, since it reflects the current API as we ship improvements.
Webhooks
Settings > API also includes Webhooks on Pro and Elite plans. Webhooks let your account send updates to another tool when supported activity happens, so your team can keep review, feedback, customer, and reputation workflows in sync without polling. See Webhooks.