Get required fields and metadata for a specific connector type.
curl --request GET \
--url https://config.heyhumm.ai/api/integration-sources/connector-types/{connector_type}/fields \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}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.
curl --request GET \
--url https://config.heyhumm.ai/api/integration-sources/connector-types/{connector_type}/fields \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}