Authentication
In this guide, we’ll look at how authentication works. Featurebase let's you authenticate using a special header containing the API Key.
API Key authentication
With API Key authentication, you send along an "X-API-Key" header with every request you make.
Example request with api key
curl https://do.featurebase.app/v2/posts \
-H "X-API-Key: {api_key}"
Please don't commit your Featurebase API Key to GitHub!