Skip to main content
GET
/
api
/
integration-sources
/
{source_id}
/
fields
/
{field_name}
/
options
Get Field Options
curl --request GET \
  --url https://config.heyhumm.ai/api/integration-sources/{source_id}/fields/{field_name}/options \
  --header 'Authorization: Bearer <token>'
{
  "field_name": "<string>",
  "options": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://heyhumm.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

source_id
string<uuid> | null
required
field_name
string
required

Query Parameters

organization_id
string<uuid> | null
resource_id
string<uuid> | null
integration_source_id
string<uuid> | null
data_source_id
string<uuid> | null
context_source_id
string<uuid> | null
job_id
string<uuid> | null

Response

Successful Response

Response model for dynamic options fetching.

field_name
string
required
options
Options · object[]
required