To securely authenticate with Fello APIs: 

  • Include the Header: Every request to Fello APIs must have the x-api-key header.

  • Secure Storage: Store your API key securely, and never commit it to public repositories or share it in unsecured channels.

    Learn how to generate an API Key.

Example Request

curl --request GET \
     --url https://api.hifello.com/public/<endpoints> \
     --header 'x-api-key: <YOUR_API_KEY>'