Skip to main content
All CollectionsIcons8 API
Why keep API keys private?
Why keep API keys private?
Lina avatar
Written by Lina
Updated today

Thanks for using our graphics API to bring your projects to life ✨

To ensure you have a smooth and secure experience, please remember that keeping your Icons8 API keys private is essential.

Your API key is like a password for the Icons8 graphics library. It's crucial to keep it private to protect your account and projects. If someone gets your key, they can use it to download graphics, causing unexpected charges or misuse.

Why keep API keys private?

  • To prevent unauthorized access and unexpected costs.

  • To ensure only your app uses your key.

  • To avoid breaches and protect user data.

To protect your API keys 👇

  • Avoid embedding keys directly in client-side code, such as JavaScript or mobile apps, where they are easily exposed.

  • Use server-side processing by making API calls from your backend server.

  • Store API keys using environment variables or a secure storage solution

  • Restrict access to your backend API to trusted clients and rotate your keys regularly.

These tips will help keep your keys safe and projects running well.

Did this answer your question?