Entwicklerdokumentation
Entwickeln mit Formfex
Alles, was Sie brauchen, um Formfex in Ihre Anwendungen zu integrieren. Vom ersten API-Aufruf bis zur Produktion.
const response = await fetch(
"https://api.formfex.com/api/v1/public/forms",
{
headers: {
Authorization: `Bearer ${API_KEY}`,
},
}
)
const { data: forms } = await response.json()INTEGRATIONEN
Wählen Sie Ihre Integration
Wählen Sie die Integration, die zu Ihrem Workflow passt, und beginnen Sie in Minuten.