Skip to main content

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 key
  • X-PW-Application: developer_api
  • X-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:

FieldTypeRequiredDescription
api_keystringCopper API key / access token. Sent as X-PW-AccessToken.
user_emailstringEmail 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.