Skip to main content

Prerequisites

Before you begin, make sure you have:

Step 1: Make Your First Request

Let’s verify your API key works by fetching your team information:

Step 2: Create Feedback

Now let’s create a piece of feedback programmatically:

Step 3: List Feedback

Retrieve all feedback with filtering and sorting:

Step 4: Update Feedback Status

Update feedback and trigger webhooks:
When you update the status, this triggers a feedback_status_change webhook event if you have Zapier subscriptions set up.

Step 5: Set Up Webhooks (Optional)

Subscribe to real-time events with Zapier:
Now whenever new feedback is created, your webhook will be notified!

Common Use Cases

1. Feedback Widget

Build a feedback widget for your app:

2. Support Ticket → Feedback

Convert support tickets to feedback:

3. Zapier Integration

Monitor feedback votes and notify team:

Error Handling

Always handle errors gracefully:

Rate Limits

Remember to handle rate limits:

Next Steps

Explore Zapier APIs

Set up webhooks and real-time integrations

Public Widget APIs

Build embedded feedback widgets

Admin APIs

Full CRUD operations and management

Authentication

Deep dive into authentication methods

Need Help?