Quickstart

This guide will get you all set up and ready to use the Featurable API. We'll also look at where to go next to find all the information you need to take full advantage of our powerful REST API.

Base URL

All Featurable API endpoints start with the base URL:

Base URL

https://featurable.com/api/v1

Authentication

To authenticate, pass your generated API key in the query string.

Making your first API request

The Featurable Google Reviews API allows you to fetch and manage your Google reviews. You must have ownership access of the Google Business account in order to fetch its reviews. This prevents abuse and ensures that only the rightful owner can access the reviews.

GET
/v1/accounts
curl -G https://featurable.com/api/v1/accounts \
  -d apiKey=YOUR_API_KEY

What's next?

To fetch reviews for a specific business, you will need to the Account ID and Location ID of the business. You can find these IDs by listing all accounts and locations. Here are some useful links to get you started:

Was this page helpful?