Skip to main content
The FormBnB API allows you to submit forms, retrieve submissions, and manage your forms programmatically.

Base URL

Authentication

Most endpoints require authentication via API key. Include your key in the Authorization header:
Get your API key from the dashboard settings.

Content Types

The API accepts and returns JSON by default. For form submissions, you can also use:
  • application/json
  • application/x-www-form-urlencoded
  • multipart/form-data (for file uploads)

Response Format

All responses are JSON:

Rate Limits

Rate limit headers are included in responses:

Endpoints Overview