Overview
The API tab in the Automation section lets you generate an API Key and a Secret Key for programmatic access to your Feedspace workspace. Use these credentials when building custom integrations, fetching reviews from your own code, or connecting Feedspace to a CRM or other software system.
Before You Start
Check the Feedspace API documentation for the list of available endpoints, authentication format, and request examples. The documentation link is shown in the API tab under the heading API Documentations.
Steps to Generate API Keys
- In the left sidebar, click Automation under the Workspace section.
- Click the API tab at the top of the Automation page.
- Click Generate API Keys.
- Your API Key and Secret Key appear in the fields below.
- Click the Copy icon next to each field to copy the value to your clipboard.
Store both keys in a secure location. You will need them each time you authenticate a request to the Feedspace API.
Common Confusion
What is the difference between the API Key and the Secret Key?
The API Key identifies your workspace in each request. The Secret Key is used to sign or authenticate your requests. Both are required together when calling the Feedspace API. Treat the Secret Key like a password and do not share it publicly.
Is the API Key the same as the Automation Secret Key?
No. The Automation Secret Key on the Automation tab is for connecting form automation to tools like Pabbly Connect and Make. The API Key and Secret Key on the API tab are for custom developer integrations using the Feedspace REST API.
Troubleshooting
I cannot see the Generate API Keys button
Make sure you are on the API tab, not the Automation tab. The Generate API Keys button only appears on the API tab.
I lost my Secret Key
If you can no longer see or access the Secret Key, generate a new set of API keys. Note that generating new keys will invalidate the old ones, so any existing integrations using the old keys will need to be updated.
What You Can Do Next
- Read the Feedspace API documentation to understand available endpoints and how to authenticate your requests.
- Set up a webhook to receive real-time notifications when reviews are submitted.
You might also find helpful
What is API in Feedspace?
Overview The Feedspace API allows you to connect your own software systems with Feedspace’s workflows. It enables you to programmatically send, receive, and manage reviews and testimonials, making it easier to integrate Feedspace into your existing tools and processes. Why Use the Feedspace API? The API helps you go beyond...
How Do I Generate My Automation Secret Key in Feedspace?
Overview The Automation Secret Key is a unique credential that authenticates your Feedspace form automation with external tools such as Pabbly Connect, Make, n8n, and Zapier. You need to copy this key and paste it into the integration platform to allow it to trigger actions in your Feedspace account. Steps...
What is Webhook in Feedspace?
Overview Webhooks in Feedspace are a way to notify your application about important events in real-time. Instead of repeatedly checking the API for updates, webhooks push data instantly whenever an event occurs, making your workflows faster and more efficient. Why Use Webhooks in Feedspace? Available Webhook Events Feedspace allows you...