Frequently Asked Questions (FAQs)

Updated on November 15, 2024

These are the frequently asked questions for Vultr API.

What should I do if I suspect my API key is compromised?

You should regenerate an API key for a user immediately if you detect suspicious activities to revoke access to the key.

Which clients does the Vultr API key support?

You can use different API clients such as Postman, Linux Curl, and popular programming languages libraries to manage resources with your API key.

How do I store API keys securely?

Store your API keys securely using environment variables and encrypted configuration files. Avoid hard-coding an API key in the source code and always consider assigning a unique API key to each project.