Copper · Authentication Profile

Copper Authentication

Authentication

Copper secures its APIs with apiKey across 3 declared security schemes, as derived from its OpenAPI definitions.

ActivitiesCompaniesContact Relationship ManagementContactsCRMCustomer Relationship ManagementGoogle WorkspaceLeadsOpportunitiesPeopleProjectsSalesTasks
Methods: apiKey Schemes: 3 OAuth flows: API key in: header

Security Schemes

PWAccessToken apiKey
· in: header (X-PW-AccessToken)
PWApplication apiKey
· in: header (X-PW-Application)
PWUserEmail apiKey
· in: header (X-PW-UserEmail)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/copper-developer-api-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: PWAccessToken
  type: apiKey
  in: header
  parameter: X-PW-AccessToken
  description: API access token for the user
  sources:
  - openapi/copper-developer-api-openapi.yml
- name: PWApplication
  type: apiKey
  in: header
  parameter: X-PW-Application
  description: Application identifier, set to 'developer_api'
  sources:
  - openapi/copper-developer-api-openapi.yml
- name: PWUserEmail
  type: apiKey
  in: header
  parameter: X-PW-UserEmail
  description: Email address of the API token owner
  sources:
  - openapi/copper-developer-api-openapi.yml