GET /forms/{formId}/{cardId}/{boardId}
Retrieve the configuration and field definitions for an embeddable form.
string
required
The form definition ID.
string
required
The card context ID (integration-specific, e.g., a CRM card ID).
string
required
The board context ID (integration-specific, e.g., a CRM board ID).
type values
POST /forms/submit
Submit a completed form.
Request body
string
required
Form definition ID.
string
required
CRM card ID.
string
required
CRM board ID.
object
required
Key-value pairs of field UUID → user-entered value.
POST /forms/searchLocations
Search for available property locations to populate a location picker in embeddable forms.
Request body
string
Text search against location name or address.
string
required
Organization ID to search within.
number
Filter by number of bedrooms.
number
Maximum rent in cents (e.g.,
200000 = $2,000).Called in embeddable forms that let users select a specific unit before submitting a tour request or inquiry.