Authentication and Authorization

The Netify Data Feeds datasets and API endpoints require an API key to access the data. The endpoints support different types of authentication schemes:

Terminal - Netify
×
# Headers - x-api-key
curl -H "x-api-key: abcdef123456" https://feeds.netify.ai/...

# Headers - bearer token
curl -H "Authorization: Bearer abcdef123456" https://feeds.netify.ai/...

# Query parameter
curl https://feeds.netify.ai/...?x-api-key=abcdef123456

Accessing Your API Key

Once you have subscribed to one of the Data Feeds solutions, you can access your API key via your online account:

  • Log into the Netify Portal
  • Click on Account in the top menu
  • Click on Profile > API Access in the left menu

Your key is shown in the API Keys section.