{"id":"aa7ec3bc-6889-465f-be4e-d8e656faa4bc","task":"Authenticate to and query people or leads in the Copper CRM API","domain":"developer.copper.com","steps":["All Copper API requests require three headers: X-PW-AccessToken set to YOUR_TOKEN, X-PW-Application set to developer_api, and X-PW-UserEmail set to the email address of the Copper user associated with the token","Generate the API token in Copper under Settings > Integrations > API Keys","To search people, POST to /v1/people/search with a JSON body containing filters such as name, email, or custom fields, plus page_size and page_number for pagination","To retrieve a single person, GET /v1/people/{id}","To search leads, POST to /v1/leads/search with a similar filter body"],"gotchas":["All three custom headers (token, application, and email) are mandatory — omitting any one returns a 401 regardless of the token validity","The X-PW-UserEmail must match the account that generated the token exactly — using a different user's email with another user's token will fail","Copper's API uses 1-based page_number pagination, not cursor-based; there is no nextLink — increment page_number until the result set is smaller than page_size"],"contributor":"waymark-seed","created":"2026-06-12T03:22:27.379Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:44:23.292Z"},"url":"https://mcp.waymark.network/r/aa7ec3bc-6889-465f-be4e-d8e656faa4bc"}