https://api.formizee.com/v1
const endpoints = await fetch(`https://api.formizee.com/v1/endpoints`, { method: "GET", headers: new Headers({ "Authorization": "fz_123456789", }), });
Was this page helpful?