Authentication
You'll need to authenticate your requests to access any of the endpoints in the Featurable API. You can authenticate by generating an API Key in your account developer settings.
Authenticating with an API Key
To authenticate your requests, pass your generated API key in the query string. Here's an example using cURL:
Example request with API Key
curl https://featurable.com/api/v1/accounts \
-d "api_key=YOUR_API_KEY"
Always keep your API key safe and disable it if you suspect it has been compromised. That means you should only fetch the Featurable API from your server, never from a client.