> ## Documentation Index
> Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ELT/CDC: Sources - EnquireLabs

> Configure EnquireLabs as a data source in Integrate.io ELT & CDC. Replicate post-purchase survey and attribution data to your data warehouse.

|                           |                                                                                                                                                                                                                                                                               |
| :------------------------ | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Description**           | The **EnquireLabs** API allows you to programmatically fetch your questions and response data. It is organized around REST. Our API has predictable resource-oriented URLs, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs. |
| **Supported Replication** | Initial Sync  Continuous Sync                                                                                                                                                                                                                                                 |
| **Authentication Type**   | Basic Authentication                                                                                                                                                                                                                                                          |

## Collections

| **Collection Name** | **Full/**   **Initial Sync** | **Incremental/**   **Continuous Sync** | **Supports Update** | **Supports Delete** |
| :------------------ | :--------------------------- | :------------------------------------- | :------------------ | :------------------ |
| Questions           | ✔                            | ✖                                      |                     |                     |
| Responses           | ✔                            | ✖                                      |                     |                     |

### Setting up Enquirelabs for ELT & CDC

### Overview

ELT & CDC uses the API provided by EnquireLabs to sync the data. [EnquireLabs API Reference](https://docs.enquirelabs.com/reference/api)

### Requirements

* You need a Professional EnquireLabs account in order to be able to complete setup.
* **Please contact EnquireLabs support for getting your API key**

### Get API Key

<Steps>
  <Step>
    Copy the API token into the field on the dashboard.

    <Frame>
      <img src="https://mintcdn.com/integrateio/SIDFEDRgXpxG0yrn/images/cdc/sources/image-114.png?fit=max&auto=format&n=SIDFEDRgXpxG0yrn&q=85&s=95b605ab4c25f9a91069b9900566d6a1" alt="EnquireLabs API token input field on the dashboard" width="874" height="180" data-path="images/cdc/sources/image-114.png" />
    </Frame>
  </Step>
</Steps>
