Ontwikkelaarsdocumentatie
Bouw met Formfex
Alles wat je nodig hebt om Formfex in je applicaties te integreren. Van eerste API-aanroep tot productie.
const response = await fetch(
"https://api.formfex.com/api/v1/public/forms",
{
headers: {
Authorization: `Bearer ${API_KEY}`,
},
}
)
const { data: forms } = await response.json()INTEGRATIES
Kies hoe je integreert
Kies de integratie die bij je workflow past en begin binnen minuten.