Kit integration (Marketing, Communication). Imported from open-connector.
https://api.kit.com/v4/account
/subscribers
| Param | Type | Required | Description |
|---|---|---|---|
| after | string | optional | Cursor returned by Kit pagination. |
| before | string | optional | Cursor returned by Kit pagination. |
| per_page | integer | optional | Number of records to return per page. Kit defaults to 500. |
| include_total_count | boolean | optional | Whether Kit should include the total_count value in pagination metadata. |
| created_after | string | optional | Date or timestamp used by Kit filter parameters. |
| created_before | string | optional | Date or timestamp used by Kit filter parameters. |
| updated_after | string | optional | Date or timestamp used by Kit filter parameters. |
| updated_before | string | optional | Date or timestamp used by Kit filter parameters. |
| email_address | string | optional | Exact subscriber email address or comma-separated emails. |
| include | array | optional | Additional subscriber fields to include in Kit list responses. |
| sort_field | string | optional | Subscriber field used for sorting. |
| sort_order | string | optional | Sort direction used by Kit. |
| status | string | optional | Subscriber status used by Kit. |
/subscribers/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Kit subscriber ID. |
/subscribers
| Param | Type | Required | Description |
|---|---|---|---|
| email_address | string | required | Subscriber email address. |
| first_name | string | optional | — |
| state | string | optional | Subscriber status used by Kit. |
| fields | object | optional | Custom field values keyed by custom field label. Kit ignores fields that do not… |
/subscribers/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Kit subscriber ID. |
| email_address | string | required | Subscriber email address. |
| first_name | string | optional | — |
| fields | object | optional | Custom field values keyed by custom field label. Kit ignores fields that do not… |
/forms
| Param | Type | Required | Description |
|---|---|---|---|
| after | string | optional | Cursor returned by Kit pagination. |
| before | string | optional | Cursor returned by Kit pagination. |
| per_page | integer | optional | Number of records to return per page. Kit defaults to 500. |
| include_total_count | boolean | optional | Whether Kit should include the total_count value in pagination metadata. |
| status | string | optional | Form status used by Kit. |
| type | string | optional | Kit form type. |
/tags
| Param | Type | Required | Description |
|---|---|---|---|
| after | string | optional | Cursor returned by Kit pagination. |
| before | string | optional | Cursor returned by Kit pagination. |
| per_page | integer | optional | Number of records to return per page. Kit defaults to 500. |
| include_total_count | boolean | optional | Whether Kit should include the total_count value in pagination metadata. |
/forms/{form_id}/subscribers
| Param | Type | Required | Description |
|---|---|---|---|
| form_id | integer | required | Kit form ID. |
| after | string | optional | Cursor returned by Kit pagination. |
| before | string | optional | Cursor returned by Kit pagination. |
| per_page | integer | optional | Number of records to return per page. Kit defaults to 500. |
| include_total_count | boolean | optional | Whether Kit should include the total_count value in pagination metadata. |
| added_after | string | optional | Date or timestamp used by Kit filter parameters. |
| added_before | string | optional | Date or timestamp used by Kit filter parameters. |
| created_after | string | optional | Date or timestamp used by Kit filter parameters. |
| created_before | string | optional | Date or timestamp used by Kit filter parameters. |
| status | string | optional | Subscriber status used by Kit. |
/tags/{tag_id}/subscribers
| Param | Type | Required | Description |
|---|---|---|---|
| tag_id | integer | required | Kit tag ID. |
| after | string | optional | Cursor returned by Kit pagination. |
| before | string | optional | Cursor returned by Kit pagination. |
| per_page | integer | optional | Number of records to return per page. Kit defaults to 500. |
| include_total_count | boolean | optional | Whether Kit should include the total_count value in pagination metadata. |
| created_after | string | optional | Date or timestamp used by Kit filter parameters. |
| created_before | string | optional | Date or timestamp used by Kit filter parameters. |
| tagged_after | string | optional | Date or timestamp used by Kit filter parameters. |
| tagged_before | string | optional | Date or timestamp used by Kit filter parameters. |
| status | string | optional | Subscriber status used by Kit. |