API Key Authentication in Voiden
Voiden makes it easy to work with APIs that use API Key Authentication by giving you a clean and organized way to attach API keys to every request.
API keys are a common way for APIs to identify and authorize clients. With Voiden, every request sent to your workspace APIs automatically includes the correct API key - so the API provider always knows who’s calling and whether the request is allowed.
Each client or service uses a unique API key, acting as a secure identifier attached to every request.
How it works in Voiden :
When you configure API Key Authentication, you simply:
- Add api-key-auth table using /auth-api-key
- Define the key name
- Provide the API key value
That’s it. Voiden takes care of the rest by automatically attaching the API key to every request in your workspace. Try Voiden here : https://voiden.md/
