Copper API Integration Profile
Information and guides about integrating with Copper API
Add Copper Integration to Your App- Fetch Account Details
Fetch Account Details
- Fetch User by ID
Fetch User by ID
- List Users
Parameters
You can include the following parameters in a search request.
Field Type Details Default Required Parameters -- Optional Parameters page_number number The page number (starting with 1) that you would like to view. 1 page_size number The number of entries included in a page of results 20 - Fetch a Lead by ID
Fetch a Lead by ID
- Update a Lead
Updates are only applied to fields explicitly specified in the request body. For example, if an update request is made with an empty body, no updates will be made. To remove the value from a field, the request body must specify the target field value as 'null'.
- Delete a Lead
This request permanently removes a Lead from your Copper account.