Can you help me finding a solution to hide my api key
So i have connected email verifier and in the endpoint there is a link and key
So i want to hide it and its an enterprise account so i dont want them to see
Basically want to reduce the risk
Use HTTP headers to securely pass your API key instead of exposing it in the URL. Set it as a header like X-API-Key: YOUR_KEY or Authorization: Bearer YOUR_TOKEN—headers aren't visible in the endpoint. [1]
Never share or expose your API key publicly.
If compromised, regenerate it instantly in Settings > Your profile > API key. [3]
If you need any more help with securing your API key or have other questions, I’m here to assist. Would you like to provide more details about what you’re trying to achieve or any other concerns you have?
I have set Get method
And in the endpoint there is the verifier link and api key
So i dont want the key to be there
So not everyone can
I want the other to see as **
Headers aren't visible in the endpoint and provide secure authentication without exposing your key. [3] This keeps your API key hidden from other users who can see the endpoint configuration.
If you still need help with hiding your API key or have any other questions, I’m here to assist. Would you like to share more about what you’re trying to resolve or understand?