Actions (58)
Deals · 29
- Add dealPOST /api/v2/deals
Create a new deal (v2).
documented - Add deal followerPOST /api/v2/deals/{id}/followers
Add a follower to a deal (v2).
documented - Add deal installmentPOST /api/v2/deals/{id}/installments
Add an installment to a deal (v2).
documented - Add deal installmentPOST /api/v2/deals/{id}/installments
Create a new installment for a deal (v2).
documented - Add deal participantPOST /api/v2/deals/{id}/participants
Add a participant to a deal (v2).
documented - Add discount to dealPOST /api/v2/deals/{id}/discounts
Add a discount to a deal (v2).
documented - Add product to dealPOST /api/v2/deals/{id}/products
Add a product to a deal (v2).
documented - Convert deal to leadPOST /api/v2/deals/{id}/convert
Convert a deal into a lead (v2).
documented - Delete dealDELETE /api/v2/deals/{id}
Delete a deal by ID (v2).
documented - Delete deal discountDELETE /api/v2/deals/{id}/discounts/{discount_id}
Delete a discount from a deal (v2).
documented - Delete deal followerDELETE /api/v2/deals/{id}/followers/{follower_id}
Remove a follower from a deal (v2).
documented - Delete deal installmentDELETE /api/v2/deals/{id}/installments/{installment_id}
Delete an installment on a deal (v2).
documented - Delete deal participantDELETE /api/v2/deals/{id}/participants/{participant_id}
Remove a participant from a deal (v2).
documented - Delete deal productDELETE /api/v2/deals/{id}/products/{product_id}
Remove a product from a deal (v2).
documented - Follow a dealPOST /api/v2/deals/{id}/follow
Follow a deal (example placeholder for v2 follower actions).
documented - Get dealGET /api/v2/deals/{id}
Retrieve details of a specific deal by ID (v2).
documented - List archived dealsGET /api/v2/deals/archived
Retrieve archived deals (v2).
documented - List deal changelogGET /api/v2/deals/{id}/changelog
Retrieve field-change history for a deal (v2).
documented - List deal followersGET /api/v2/deals/{id}/followers
List users following a specific deal (v2).
documented - List deal installmentsGET /api/v2/deals/{id}/installments
List installments for a deal (v2).
documented - List deal participantsGET /api/v2/deals/{id}/participants
List participants in a deal (v2).
documented - List dealsGET /api/v2/deals
Retrieve all deals (not archived) (v2).
documented - List files attached to a dealGET /api/v2/deals/{id}/files
List files attached to a deal (v2).
documented - List products on a dealGET /api/v2/deals/{id}/products
List products attached to a deal (v2).
documented - Unfollow a dealPOST /api/v2/deals/{id}/follow
Unfollow a deal (example placeholder for v2 follower actions).
documented - Update dealPATCH /api/v2/deals/{id}
Update properties of a deal (v2).
documented - Update deal discountPATCH /api/v2/deals/{id}/discounts/{discount_id}
Update a discount on a deal (v2).
documented - Update deal installmentPATCH /api/v2/deals/{id}/installments/{installment_id}
Update an installment on a deal (v2).
documented - Update deal productPATCH /api/v2/deals/{deal_id}/products/{product_id}
Update the product attached to a deal (v2).
documented
Persons · 10
- Add personPOST /api/v2/persons
Create a new person (v2).
documented - Add person followerPOST /api/v2/persons/{id}/followers
Add a follower to a person (v2).
documented - Delete personDELETE /api/v2/persons/{id}
Delete a person (v2).
documented - Delete person followerDELETE /api/v2/persons/{id}/followers/{follower_id}
Remove a follower from a person (v2).
documented - Get personGET /api/v2/persons/{id}
Retrieve a single person by ID (v2).
documented - List person followersGET /api/v2/persons/{id}/followers
List followers of a person (v2).
documented - List person followers changelogGET /api/v2/persons/{id}/followers/changelog
List follower changes for a person (v2).
documented - List personsGET /api/v2/persons
Retrieve all persons (v2).
documented - Search personsGET /api/v2/persons/search
Search persons by term (v2).
documented - Update personPATCH /api/v2/persons/{id}
Update a person (v2).
documented
Organizations · 7
- Add organization followerPOST /api/v2/organizations/{id}/followers
Add a follower to an organization (v2).
documented - Delete organization followerDELETE /api/v2/organizations/{id}/followers/{follower_id}
Remove a follower from an organization (v2).
documented - Get organizationGET /api/v2/organizations/{id}
Retrieve a single organization by ID (v2).
documented - List organization followersGET /api/v2/organizations/{id}/followers
List followers of an organization (v2).
documented - List organization followers changelogGET /api/v2/organizations/{id}/followers/changelog
List follower changes for an organization (v2).
documented - List organizationsGET /api/v2/organizations
Retrieve all organizations (v2).
documented - Search organizationsGET /api/v2/organizations/search
Search organizations by term (v2).
documented
Activities · 6
- Add activityPOST /api/v2/activities
Create a new activity (v2).
documented - Delete activityDELETE /api/v2/activities/{id}
Delete (mark as deleted) an activity by ID (v2).
documented - Get activityGET /api/v2/activities/{id}
Retrieve details of a single activity by ID (v2).
documented - List activitiesGET /api/v2/activities
Retrieve all activities (v2).
documented - List activities collection (deprecated)GET /v1/activities/collection
Deprecated endpoint for listing activities collection (v1).
documented - Update activityPATCH /api/v2/activities/{id}
Update properties of an existing activity (v2).
documented