Feathery integration (Productivity, Marketing). Imported from open-connector.
https://api.feathery.io/api/account/
/api/form/
| Param | Type | Required | Description |
|---|---|---|---|
| tags | array | optional | Only return forms that have all of these Feathery tags. |
/api/form/{form_id}/schema/
| Param | Type | Required | Description |
|---|---|---|---|
| form_id | string | required | The Feathery form ID. |
/api/form/{form_id}/submission/
| Param | Type | Required | Description |
|---|---|---|---|
| form_id | string | required | The Feathery form ID. |
| submissions | array | required | The Feathery submission objects to create or update. |
/api/field/hidden/
/api/field/hidden/
| Param | Type | Required | Description |
|---|---|---|---|
| field_id | string | required | The Feathery hidden field ID. |
/api/field/hidden/{fieldId}/
| Param | Type | Required | Description |
|---|---|---|---|
| field_id | string | required | The Feathery hidden field ID. |
| fieldId | string | required | Path parameter: fieldId |
/api/user/
| Param | Type | Required | Description |
|---|---|---|---|
| created_after | string | optional | Return users created on or after this ISO timestamp. |
| created_before | string | optional | Return users created on or before this ISO timestamp. |
| filter_field_id | string | optional | The form or hidden field ID used to filter users. |
| filter_field_value | string | optional | The value matched for filter_field_id. |
/api/user/field/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The Feathery user ID whose field data should be returned. |
/api/user/{user_id}/session/
| Param | Type | Required | Description |
|---|---|---|---|
| user_id | string | required | The Feathery user ID. |
/api/user/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Feathery user ID. |
/api/user/{id}/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Feathery user ID. |