Copper (Source)
This connector lets you authenticate to the Copper API and validate credentials. Data extraction and streams are still in development.
Setup
Prerequisites
- A Copper account with API access enabled.
- A Copper API key (Access Token).
- The email address of the Copper user associated with the API key.
Create an API key in Copper
In Copper, generate an API key (sometimes labeled Access Token) for the user you want to connect with. Keep the token secure.
Authentication
The connector authenticates to Copper using HTTP headers:
X-PW-AccessToken: your API keyX-PW-Application:developer_apiX-PW-UserEmail: the user email tied to the token
During connection setup, the connector validates credentials by calling:
GET https://api.copper.com/developer_api/v1/account
Configuration
Provide the following configuration fields:
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Copper API key / access token. Sent as X-PW-AccessToken. |
user_email | string | ✅ | Email address for the Copper user. Sent as X-PW-UserEmail. |
Streams
No streams are currently available. The connector’s extraction functionality is still in development.