Authentication and Authorization

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

# 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 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 tht API Keys section.

Other API Information

Integration and Custom Solutions

Do you have any questions about integration, APIs or custom development?

Contact Us