Skip to main content
POST
Fetch dynamic dropdown options for a step's field

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uid
string
required

Body

application/json
kind
string
required

App-specific lookup name. See description for the full per-app list.

Example:

"channels"

connection_uuid
string<uuid> | null

Required for connect-category apps. Optional/null for builtin apps (Logic, Tables).

params
object | null

Cascading dependencies. E.g. for Zoho module_fields send {module: 'Contacts'}; for Airtable tables send {base_id: '...'}.

Response

OK

success
boolean
Example:

true

data
object[]