Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ WebhooksApi | getWebhooks | **GET** /webhooks | Get all Webhooks
- **Type**: OAuth
- **Flow**: accessCode
- **Authorization URL**: https://oauth.pipedrive.com/oauth/authorize
- **Scopes**:
- **Scopes**:
- base: Read settings of the authorized user and currencies in an account
- deals:read: Read most of the data about deals and related entities - deal fields, products, followers, participants; all notes, files, filters, pipelines, stages, and statistics. Does not include access to activities (except the last and next activity related to a deal)
- deals:full: Create, read, update and delete deals, its participants and followers; all files, notes, and filters. It also includes read access to deal fields, pipelines, stages, and statistics. Does not include access to activities (except the last and next activity related to a deal)
Expand All @@ -327,4 +327,7 @@ WebhooksApi | getWebhooks | **GET** /webhooks | Get all Webhooks
- goals:full: Create, read, update and delete goals
- video-calls: Allows application to register as a video call integration provider and create conference links
- messengers-integration: Allows application to register as a messengers integration provider and allows them to deliver incoming messages and their statuses
- deal-fields:full: Create, read, update and delete deal fields
- product-fields:full: Create, read, update and delete product fields
- contact-fields:full: Create, read, update and delete person and organization fields

5 changes: 4 additions & 1 deletion docs/v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ UsersApi | getUserFollowers | **GET** /users/{id}/followers | List followers of
- **Type**: OAuth
- **Flow**: accessCode
- **Authorization URL**: https://oauth.pipedrive.com/oauth/authorize
- **Scopes**:
- **Scopes**:
- base: Read settings of the authorized user and currencies in an account
- deals:read: Read most of the data about deals and related entities - deal fields, products, followers, participants; all notes, files, filters, pipelines, stages, and statistics. Does not include access to activities (except the last and next activity related to a deal)
- deals:full: Create, read, update and delete deals, its participants and followers; all files, notes, and filters. It also includes read access to deal fields, pipelines, stages, and statistics. Does not include access to activities (except the last and next activity related to a deal)
Expand All @@ -189,4 +189,7 @@ UsersApi | getUserFollowers | **GET** /users/{id}/followers | List followers of
- goals:full: Create, read, update and delete goals
- video-calls: Allows application to register as a video call integration provider and create conference links
- messengers-integration: Allows application to register as a messengers integration provider and allows them to deliver incoming messages and their statuses
- deal-fields:full: Create, read, update and delete deal fields
- product-fields:full: Create, read, update and delete product fields
- contact-fields:full: Create, read, update and delete person and organization fields

Loading