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. On the API tab, the documentation banner has a Check Documentation link that opens the docs in a new tab.
API and webhook access are available on plans that include them. On AppSumo plans, this depends on your tier. If clicking Generate API Keys prompts you to upgrade, your current plan does not include API access.
Steps to generate API keys
- Log in to your Feedspace dashboard.
- 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.
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’s 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.
Common questions
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.
Which plan do I need for API access?
API and webhook access are included on plans that offer programmatic access. If you are on an AppSumo plan, availability depends on your tier. When generating an API key shows an upgrade prompt, your current plan does not include API access. Check the pricing page to see which plans include it.
You might also find helpful
What is API in Feedspace?
Overview The Feedspace API lets you connect your own software systems directly with Feedspace. It lets you programmatically send, receive, and manage reviews and testimonials, making it easier to integrate Feedspace into your existing tools and processes. For example, an e-commerce platform can use the API to trigger a review...
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 let your external applications receive instant notifications whenever an event occurs in your workspace. Instead of repeatedly polling the API for updates, Feedspace pushes event data to a URL you provide the moment something happens, making your integrations faster and more efficient. For example, a development...