# PersistIq ## Sync overview The PersistIq source supports Full Refresh syncs only. This source syncs data for the [PersistIq API](https://apidocs.persistiq.com/#introduction). ### Output schema This Source is capable of syncing the following streams: - [Users](https://apidocs.persistiq.com/#users) - [Leads](https://apidocs.persistiq.com/#leads) - [Campaigns](https://apidocs.persistiq.com/#campaigns) ### Features | Feature | Supported?\(Yes/No\) | | :------------------------ | :------------------- | | Full Refresh Sync | Yes | | Incremental - Append Sync | No | | Namespaces | No | ### Performance considerations The PersistIq connector should not run into PersistIq API limitations under normal usage. Please [create an issue](https://github.com/airbytehq/airbyte/issues) if you see any rate limit issues that are not automatically retried successfully. ## Getting started ### Requirements - PersistIq API Key ### Setup guide Please read [How to find your API key](https://apidocs.persistiq.com/#introduction). ## Changelog | Version | Date | Pull Request | Subject | | :------ | :--------- | :----------------------------------------------------- | :----------------------- | | 0.1.0 | 2022-01-21 | [9515](https://github.com/airbytehq/airbyte/pull/9515) | 🎉 New Source: PersistIq |