A REST API for forms, responses, and workspaces — coming soon to Furmbase.
A public REST API is in development, so you can create forms, read responses, and manage your workspace programmatically instead of only through the dashboard.
curl https://api.furmbase.com/v1/forms/frm_8k3n2p/responses \
-H "Authorization: Bearer fb_live_xxxxxxxxxxxx"{
"data": [
{
"response_id": "res_91mv0q",
"status": "completed",
"submitted_at": "2026-07-28T14:32:00Z"
}
],
"has_more": false
}Once available, the complete API reference — including authentication, rate limits, SDKs, and endpoint-by-endpoint documentation — will live under Developer Docs, accessible from the top navigation.