top of page
bottom of page
// Retrieving a secret properly – a step many tutorials skip import {getSecret} from ‘wix-secrets-backend’; export async function secureApiCall() { const apiKey = await getSecret(‘Sendpol’); // Now use the apiKey in your fetch options }