Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pipedrive-openapi-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pipedrive-openapi-client

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Pipedrive OpenAPI Ruby Client

Pipedrive - a Ruby client for Pipedrive's API v1

This SDK is automatically generated by the OpenAPI Generator project:

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.RubyClientCodegen

Installation

Build a gem

To build the Ruby code into a gem:

gem build pipedrive-openapi-client.gemspec

Then either install the gem locally:

gem install ./pipedrive-openapi-client-1.0.0.gem

(for development, run gem install --dev ./pipedrive-openapi-client-1.0.0.gem to install the development dependencies)

or publish the gem to a gem hosting service, e.g. RubyGems.

Finally add this to the Gemfile:

gem 'pipedrive-openapi-client', '~> 1.0.0'

Install from Git

If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:

gem 'pipedrive-openapi-client', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'

Include the Ruby code directly

Include the Ruby code directly using -I as follows:

ruby -Ilib script.rb

Getting Started

Please follow the installation procedure and then run the following code:

# Load the gem
require 'pipedrive-openapi-client'

# Setup authorization
Pipedrive.configure do |config|
  # Configure API key authorization: api_key
  config.api_key['api_token'] = 'YOUR API KEY'
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
  #config.api_key_prefix['api_token'] = 'Bearer'

  # Configure OAuth2 access token for authorization: oauth2
  config.access_token = 'YOUR ACCESS TOKEN'
end

api_instance = Pipedrive::ActivitiesApi.new
ids = 'ids_example' # String | Comma-separated IDs that will be deleted

begin
  #Delete multiple activities in bulk
  api_instance.activities_delete(ids)
rescue Pipedrive::ApiError => e
  puts "Exception when calling ActivitiesApi->activities_delete: #{e}"
end

Documentation for API Endpoints

All URIs are relative to https://api.pipedrive.com/v1

ClassMethodHTTP requestDescription
Pipedrive::ActivitiesApiactivities_deleteDELETE /activitiesDelete multiple activities in bulk
Pipedrive::ActivitiesApiactivities_getGET /activitiesGet all activities assigned to a particular user
Pipedrive::ActivitiesApiactivities_id_deleteDELETE /activities/{id}Delete an activity
Pipedrive::ActivitiesApiactivities_id_getGET /activities/{id}Get details of an activity
Pipedrive::ActivitiesApiactivities_id_putPUT /activities/{id}Edit an activity
Pipedrive::ActivitiesApiactivities_postPOST /activitiesAdd an activity
Pipedrive::ActivityFieldsApiactivity_fields_getGET /activityFieldsGet all fields for an activity
Pipedrive::ActivityTypesApiactivity_types_deleteDELETE /activityTypesDelete multiple activity types in bulk
Pipedrive::ActivityTypesApiactivity_types_getGET /activityTypesGet all activity types
Pipedrive::ActivityTypesApiactivity_types_id_deleteDELETE /activityTypes/{id}Delete an activity type
Pipedrive::ActivityTypesApiactivity_types_id_putPUT /activityTypes/{id}Edit activity type
Pipedrive::ActivityTypesApiactivity_types_postPOST /activityTypesAdd new activity type
Pipedrive::CallLogsApicall_logs_getGET /callLogsGet all call logs assigned to a particular user
Pipedrive::CallLogsApicall_logs_id_deleteDELETE /callLogs/{id}Delete a call log
Pipedrive::CallLogsApicall_logs_id_getGET /callLogs/{id}Get details of a call log
Pipedrive::CallLogsApicall_logs_id_recordings_postPOST /callLogs/{id}/recordingsAttach an audio file to the call log
Pipedrive::CallLogsApicall_logs_postPOST /callLogsAdd a call log
Pipedrive::CurrenciesApicurrencies_getGET /currenciesGet all supported currencies
Pipedrive::DealFieldsApideal_fields_deleteDELETE /dealFieldsDelete multiple deal fields in bulk
Pipedrive::DealFieldsApideal_fields_getGET /dealFieldsGet all deal fields
Pipedrive::DealFieldsApideal_fields_id_deleteDELETE /dealFields/{id}Delete a deal field
Pipedrive::DealFieldsApideal_fields_id_getGET /dealFields/{id}Get one deal field
Pipedrive::DealFieldsApideal_fields_id_putPUT /dealFields/{id}Update a deal field
Pipedrive::DealFieldsApideal_fields_postPOST /dealFieldsAdd a new deal field
Pipedrive::DealsApideals_deleteDELETE /dealsDelete multiple deals in bulk
Pipedrive::DealsApideals_find_getGET /deals/findFind deals by name
Pipedrive::DealsApideals_getGET /dealsGet all deals
Pipedrive::DealsApideals_id_activities_getGET /deals/{id}/activitiesList activities associated with a deal
Pipedrive::DealsApideals_id_deleteDELETE /deals/{id}Delete a deal
Pipedrive::DealsApideals_id_duplicate_postPOST /deals/{id}/duplicateDuplicate deal
Pipedrive::DealsApideals_id_files_getGET /deals/{id}/filesList files attached to a deal
Pipedrive::DealsApideals_id_flow_getGET /deals/{id}/flowList updates about a deal
Pipedrive::DealsApideals_id_followers_follower_id_deleteDELETE /deals/{id}/followers/{follower_id}Delete a follower from a deal
Pipedrive::DealsApideals_id_followers_getGET /deals/{id}/followersList followers of a deal
Pipedrive::DealsApideals_id_followers_postPOST /deals/{id}/followersAdd a follower to a deal
Pipedrive::DealsApideals_id_getGET /deals/{id}Get details of a deal
Pipedrive::DealsApideals_id_mail_messages_getGET /deals/{id}/mailMessagesList mail messages associated with a deal
Pipedrive::DealsApideals_id_merge_putPUT /deals/{id}/mergeMerge two deals
Pipedrive::DealsApideals_id_participants_deal_participant_id_deleteDELETE /deals/{id}/participants/{deal_participant_id}Delete a participant from a deal
Pipedrive::DealsApideals_id_participants_getGET /deals/{id}/participantsList participants of a deal
Pipedrive::DealsApideals_id_participants_postPOST /deals/{id}/participantsAdd a participant to a deal
Pipedrive::DealsApideals_id_permitted_users_getGET /deals/{id}/permittedUsersList permitted users
Pipedrive::DealsApideals_id_persons_getGET /deals/{id}/personsList all persons associated with a deal
Pipedrive::DealsApideals_id_products_getGET /deals/{id}/productsList products attached to a deal
Pipedrive::DealsApideals_id_products_postPOST /deals/{id}/productsAdd a product to the deal, eventually creating a new item called a deal-product
Pipedrive::DealsApideals_id_products_product_attachment_id_deleteDELETE /deals/{id}/products/{product_attachment_id}Delete an attached product from a deal
Pipedrive::DealsApideals_id_products_product_attachment_id_putPUT /deals/{id}/products/{product_attachment_id}Update product attachment details of the deal-product (a product already attached to a deal)
Pipedrive::DealsApideals_id_putPUT /deals/{id}Update a deal
Pipedrive::DealsApideals_postPOST /dealsAdd a deal
Pipedrive::DealsApideals_search_getGET /deals/searchSearch deals
Pipedrive::DealsApideals_summary_getGET /deals/summaryGet deals summary
Pipedrive::DealsApideals_timeline_getGET /deals/timelineGet deals timeline
Pipedrive::FilesApifiles_getGET /filesGet all files
Pipedrive::FilesApifiles_id_deleteDELETE /files/{id}Delete a file
Pipedrive::FilesApifiles_id_download_getGET /files/{id}/downloadDownload one file
Pipedrive::FilesApifiles_id_getGET /files/{id}Get one file
Pipedrive::FilesApifiles_id_putPUT /files/{id}Update file details
Pipedrive::FilesApifiles_postPOST /filesAdd file
Pipedrive::FilesApifiles_remote_link_postPOST /files/remoteLinkLink a remote file to an item
Pipedrive::FilesApifiles_remote_postPOST /files/remoteCreate a remote file and link it to an item
Pipedrive::FiltersApifilters_deleteDELETE /filtersDelete multiple filters in bulk
Pipedrive::FiltersApifilters_getGET /filtersGet all filters
Pipedrive::FiltersApifilters_helpers_getGET /filters/helpersGet all filter helpers
Pipedrive::FiltersApifilters_id_deleteDELETE /filters/{id}Delete a filter
Pipedrive::FiltersApifilters_id_getGET /filters/{id}Get one filter
Pipedrive::FiltersApifilters_id_putPUT /filters/{id}Update filter
Pipedrive::FiltersApifilters_postPOST /filtersAdd a new filter
Pipedrive::GlobalMessagesApiglobal_messages_getGET /globalMessagesGet global messages
Pipedrive::GlobalMessagesApiglobal_messages_id_deleteDELETE /globalMessages/{id}Dismiss a global message
Pipedrive::GoalsApigoals_find_getGET /goals/findFind goals
Pipedrive::GoalsApigoals_id_deleteDELETE /goals/{id}Delete existing goal
Pipedrive::GoalsApigoals_id_putPUT /goals/{id}Update existing goal
Pipedrive::GoalsApigoals_id_results_getGET /goals/{id}/resultsGet result of a goal
Pipedrive::GoalsApigoals_postPOST /goalsAdd a new goal
Pipedrive::ItemSearchApiitem_search_field_getGET /itemSearch/fieldPerform a search using a specific field from an item type
Pipedrive::ItemSearchApiitem_search_getGET /itemSearchPerform a search from multiple item types
Pipedrive::LeadsApilead_labels_getGET /leadLabelsGet all lead labels
Pipedrive::LeadsApilead_labels_id_deleteDELETE /leadLabels/{id}Delete a lead label
Pipedrive::LeadsApilead_labels_id_getGET /leadLabels/{id}Get one lead label
Pipedrive::LeadsApilead_labels_id_patchPATCH /leadLabels/{id}Update a lead label
Pipedrive::LeadsApilead_labels_postPOST /leadLabelsAdd a lead label
Pipedrive::LeadsApilead_sources_getGET /leadSourcesGet all lead sources
Pipedrive::LeadsApileads_getGET /leadsGet all leads
Pipedrive::LeadsApileads_id_deleteDELETE /leads/{id}Delete a lead
Pipedrive::LeadsApileads_id_getGET /leads/{id}Get one lead
Pipedrive::LeadsApileads_id_patchPATCH /leads/{id}Update a lead
Pipedrive::LeadsApileads_postPOST /leadsAdd a lead
Pipedrive::MailMessagesApimailbox_mail_messages_id_getGET /mailbox/mailMessages/{id}Get one mail message
Pipedrive::MailThreadsApimailbox_mail_threads_getGET /mailbox/mailThreadsGet mail threads
Pipedrive::MailThreadsApimailbox_mail_threads_id_deleteDELETE /mailbox/mailThreads/{id}Delete mail thread
Pipedrive::MailThreadsApimailbox_mail_threads_id_getGET /mailbox/mailThreads/{id}Get one mail thread
Pipedrive::MailThreadsApimailbox_mail_threads_id_mail_messages_getGET /mailbox/mailThreads/{id}/mailMessagesGet all mail messages of mail thread
Pipedrive::MailThreadsApimailbox_mail_threads_id_putPUT /mailbox/mailThreads/{id}Update mail thread details
Pipedrive::NoteFieldsApinote_fields_getGET /noteFieldsGet all fields for a note
Pipedrive::NotesApinotes_getGET /notesGet all notes
Pipedrive::NotesApinotes_id_deleteDELETE /notes/{id}Delete a note
Pipedrive::NotesApinotes_id_getGET /notes/{id}Get one note
Pipedrive::NotesApinotes_id_putPUT /notes/{id}Update a note
Pipedrive::NotesApinotes_postPOST /notesAdd a note
Pipedrive::OrganizationFieldsApiorganization_fields_deleteDELETE /organizationFieldsDelete multiple organization fields in bulk
Pipedrive::OrganizationFieldsApiorganization_fields_getGET /organizationFieldsGet all organization fields
Pipedrive::OrganizationFieldsApiorganization_fields_id_deleteDELETE /organizationFields/{id}Delete an organization field
Pipedrive::OrganizationFieldsApiorganization_fields_id_getGET /organizationFields/{id}Get one organization field
Pipedrive::OrganizationFieldsApiorganization_fields_id_putPUT /organizationFields/{id}Update an organization field
Pipedrive::OrganizationFieldsApiorganization_fields_postPOST /organizationFieldsAdd a new organization field
Pipedrive::OrganizationRelationshipsApiorganization_relationships_getGET /organizationRelationshipsGet all relationships for organization
Pipedrive::OrganizationRelationshipsApiorganization_relationships_id_deleteDELETE /organizationRelationships/{id}Delete an organization relationship
Pipedrive::OrganizationRelationshipsApiorganization_relationships_id_getGET /organizationRelationships/{id}Get one organization relationship
Pipedrive::OrganizationRelationshipsApiorganization_relationships_id_putPUT /organizationRelationships/{id}Update an organization relationship
Pipedrive::OrganizationRelationshipsApiorganization_relationships_postPOST /organizationRelationshipsCreate an organization relationship
Pipedrive::OrganizationsApiorganizations_deleteDELETE /organizationsDelete multiple organizations in bulk
Pipedrive::OrganizationsApiorganizations_find_getGET /organizations/findFind organizations by name
Pipedrive::OrganizationsApiorganizations_getGET /organizationsGet all organizations
Pipedrive::OrganizationsApiorganizations_id_activities_getGET /organizations/{id}/activitiesList activities associated with an organization
Pipedrive::OrganizationsApiorganizations_id_deals_getGET /organizations/{id}/dealsList deals associated with an organization
Pipedrive::OrganizationsApiorganizations_id_deleteDELETE /organizations/{id}Delete an organization
Pipedrive::OrganizationsApiorganizations_id_files_getGET /organizations/{id}/filesList files attached to an organization
Pipedrive::OrganizationsApiorganizations_id_flow_getGET /organizations/{id}/flowList updates about an organization
Pipedrive::OrganizationsApiorganizations_id_followers_follower_id_deleteDELETE /organizations/{id}/followers/{follower_id}Delete a follower from an organization
Pipedrive::OrganizationsApiorganizations_id_followers_getGET /organizations/{id}/followersList followers of an organization
Pipedrive::OrganizationsApiorganizations_id_followers_postPOST /organizations/{id}/followersAdd a follower to an organization
Pipedrive::OrganizationsApiorganizations_id_getGET /organizations/{id}Get details of an organization
Pipedrive::OrganizationsApiorganizations_id_mail_messages_getGET /organizations/{id}/mailMessagesList mail messages associated with an organization
Pipedrive::OrganizationsApiorganizations_id_merge_putPUT /organizations/{id}/mergeMerge two organizations
Pipedrive::OrganizationsApiorganizations_id_permitted_users_getGET /organizations/{id}/permittedUsersList permitted users
Pipedrive::OrganizationsApiorganizations_id_persons_getGET /organizations/{id}/personsList persons of an organization
Pipedrive::OrganizationsApiorganizations_id_putPUT /organizations/{id}Update an organization
Pipedrive::OrganizationsApiorganizations_postPOST /organizationsAdd an organization
Pipedrive::OrganizationsApiorganizations_search_getGET /organizations/searchSearch organizations
Pipedrive::PermissionSetsApipermission_sets_getGET /permissionSetsGet all Permission Sets
Pipedrive::PermissionSetsApipermission_sets_id_assignments_getGET /permissionSets/{id}/assignmentsList Permission Set assignments
Pipedrive::PermissionSetsApipermission_sets_id_getGET /permissionSets/{id}Get one Permission Set
Pipedrive::PersonFieldsApiperson_fields_deleteDELETE /personFieldsDelete multiple person fields in bulk
Pipedrive::PersonFieldsApiperson_fields_getGET /personFieldsGet all person fields
Pipedrive::PersonFieldsApiperson_fields_id_deleteDELETE /personFields/{id}Delete a person field
Pipedrive::PersonFieldsApiperson_fields_id_getGET /personFields/{id}Get one person field
Pipedrive::PersonFieldsApiperson_fields_id_putPUT /personFields/{id}Update a person field
Pipedrive::PersonFieldsApiperson_fields_postPOST /personFieldsAdd a new person field
Pipedrive::PersonsApipersons_deleteDELETE /personsDelete multiple persons in bulk
Pipedrive::PersonsApipersons_find_getGET /persons/findFind persons by name
Pipedrive::PersonsApipersons_getGET /personsGet all persons
Pipedrive::PersonsApipersons_id_activities_getGET /persons/{id}/activitiesList activities associated with a person
Pipedrive::PersonsApipersons_id_deals_getGET /persons/{id}/dealsList deals associated with a person
Pipedrive::PersonsApipersons_id_deleteDELETE /persons/{id}Delete a person
Pipedrive::PersonsApipersons_id_files_getGET /persons/{id}/filesList files attached to a person
Pipedrive::PersonsApipersons_id_flow_getGET /persons/{id}/flowList updates about a person
Pipedrive::PersonsApipersons_id_followers_follower_id_deleteDELETE /persons/{id}/followers/{follower_id}Deletes a follower from a person.
Pipedrive::PersonsApipersons_id_followers_getGET /persons/{id}/followersList followers of a person
Pipedrive::PersonsApipersons_id_followers_postPOST /persons/{id}/followersAdd a follower to a person
Pipedrive::PersonsApipersons_id_getGET /persons/{id}Get details of a person
Pipedrive::PersonsApipersons_id_mail_messages_getGET /persons/{id}/mailMessagesList mail messages associated with a person
Pipedrive::PersonsApipersons_id_merge_putPUT /persons/{id}/mergeMerge two persons
Pipedrive::PersonsApipersons_id_permitted_users_getGET /persons/{id}/permittedUsersList permitted users
Pipedrive::PersonsApipersons_id_picture_deleteDELETE /persons/{id}/pictureDelete person picture
Pipedrive::PersonsApipersons_id_picture_postPOST /persons/{id}/pictureAdd person picture
Pipedrive::PersonsApipersons_id_products_getGET /persons/{id}/productsList products associated with a person
Pipedrive::PersonsApipersons_id_putPUT /persons/{id}Update a person
Pipedrive::PersonsApipersons_postPOST /personsAdd a person
Pipedrive::PersonsApipersons_search_getGET /persons/searchSearch persons
Pipedrive::PipelinesApipipelines_getGET /pipelinesGet all pipelines
Pipedrive::PipelinesApipipelines_id_conversion_statistics_getGET /pipelines/{id}/conversion_statisticsGet deals conversion rates in pipeline
Pipedrive::PipelinesApipipelines_id_deals_getGET /pipelines/{id}/dealsGet deals in a pipeline
Pipedrive::PipelinesApipipelines_id_deleteDELETE /pipelines/{id}Delete a pipeline
Pipedrive::PipelinesApipipelines_id_getGET /pipelines/{id}Get one pipeline
Pipedrive::PipelinesApipipelines_id_movement_statistics_getGET /pipelines/{id}/movement_statisticsGet deals movements in pipeline
Pipedrive::PipelinesApipipelines_id_putPUT /pipelines/{id}Edit a pipeline
Pipedrive::PipelinesApipipelines_postPOST /pipelinesAdd a new pipeline
Pipedrive::ProductFieldsApiproduct_fields_deleteDELETE /productFieldsDelete multiple product fields in bulk
Pipedrive::ProductFieldsApiproduct_fields_getGET /productFieldsGet all product fields
Pipedrive::ProductFieldsApiproduct_fields_id_deleteDELETE /productFields/{id}Delete a product field
Pipedrive::ProductFieldsApiproduct_fields_id_getGET /productFields/{id}Get one product field
Pipedrive::ProductFieldsApiproduct_fields_id_putPUT /productFields/{id}Update a product field
Pipedrive::ProductFieldsApiproduct_fields_postPOST /productFieldsAdd a new product field
Pipedrive::ProductsApiproducts_find_getGET /products/findFind products by name
Pipedrive::ProductsApiproducts_getGET /productsGet all products
Pipedrive::ProductsApiproducts_id_deals_getGET /products/{id}/dealsGet deals where a product is attached to
Pipedrive::ProductsApiproducts_id_deleteDELETE /products/{id}Delete a product
Pipedrive::ProductsApiproducts_id_files_getGET /products/{id}/filesList files attached to a product
Pipedrive::ProductsApiproducts_id_followers_follower_id_deleteDELETE /products/{id}/followers/{follower_id}Delete a follower from a product
Pipedrive::ProductsApiproducts_id_followers_getGET /products/{id}/followersList followers of a product
Pipedrive::ProductsApiproducts_id_followers_postPOST /products/{id}/followersAdd a follower to a product
Pipedrive::ProductsApiproducts_id_getGET /products/{id}Get one product
Pipedrive::ProductsApiproducts_id_permitted_users_getGET /products/{id}/permittedUsersList permitted users
Pipedrive::ProductsApiproducts_id_putPUT /products/{id}Update a product
Pipedrive::ProductsApiproducts_postPOST /productsAdd a product
Pipedrive::ProductsApiproducts_search_getGET /products/searchSearch products
Pipedrive::RecentsApirecents_getGET /recentsGet recents
Pipedrive::RolesApiroles_getGET /rolesGet all roles
Pipedrive::RolesApiroles_id_assignments_deleteDELETE /roles/{id}/assignmentsDelete a role assignment
Pipedrive::RolesApiroles_id_assignments_getGET /roles/{id}/assignmentsList role assignments
Pipedrive::RolesApiroles_id_assignments_postPOST /roles/{id}/assignmentsAdd role assignment
Pipedrive::RolesApiroles_id_deleteDELETE /roles/{id}Delete a role
Pipedrive::RolesApiroles_id_getGET /roles/{id}Get one role
Pipedrive::RolesApiroles_id_putPUT /roles/{id}Update role details
Pipedrive::RolesApiroles_id_roles_getGET /roles/{id}/rolesList role sub-roles
Pipedrive::RolesApiroles_id_settings_getGET /roles/{id}/settingsList role settings
Pipedrive::RolesApiroles_id_settings_postPOST /roles/{id}/settingsAdd or update role setting
Pipedrive::RolesApiroles_postPOST /rolesAdd a role
Pipedrive::SearchResultsApisearch_results_field_getGET /searchResults/fieldPerform a search using a specific field value
Pipedrive::SearchResultsApisearch_results_getGET /searchResultsPerform a search
Pipedrive::StagesApistages_deleteDELETE /stagesDelete multiple stages in bulk
Pipedrive::StagesApistages_getGET /stagesGet all stages
Pipedrive::StagesApistages_id_deals_getGET /stages/{id}/dealsGet deals in a stage
Pipedrive::StagesApistages_id_deleteDELETE /stages/{id}Delete a stage
Pipedrive::StagesApistages_id_getGET /stages/{id}Get one stage
Pipedrive::StagesApistages_id_putPUT /stages/{id}Update stage details
Pipedrive::StagesApistages_postPOST /stagesAdd a new stage
Pipedrive::TeamsApiteams_getGET /teamsGet all teams
Pipedrive::TeamsApiteams_id_getGET /teams/{id}Get a single team
Pipedrive::TeamsApiteams_id_putPUT /teams/{id}Update a team
Pipedrive::TeamsApiteams_id_users_deleteDELETE /teams/{id}/usersDelete users from a team
Pipedrive::TeamsApiteams_id_users_getGET /teams/{id}/usersGet all users in a team
Pipedrive::TeamsApiteams_id_users_postPOST /teams/{id}/usersAdd users to a team
Pipedrive::TeamsApiteams_postPOST /teamsAdd a new team
Pipedrive::TeamsApiteams_user_id_getGET /teams/user/{id}Get all teams of a user
Pipedrive::UserConnectionsApiuser_connections_getGET /userConnectionsGet all user connections
Pipedrive::UserSettingsApiuser_settings_getGET /userSettingsList settings of an authorized user
Pipedrive::UsersApiusers_find_getGET /users/findFind users by name
Pipedrive::UsersApiusers_getGET /usersGet all users
Pipedrive::UsersApiusers_id_blacklisted_emails_getGET /users/{id}/blacklistedEmailsList blacklisted email addresses of a user
Pipedrive::UsersApiusers_id_blacklisted_emails_postPOST /users/{id}/blacklistedEmailsAdd blacklisted email address for a user
Pipedrive::UsersApiusers_id_followers_getGET /users/{id}/followersList followers of a user
Pipedrive::UsersApiusers_id_getGET /users/{id}Get one user
Pipedrive::UsersApiusers_id_permissions_getGET /users/{id}/permissionsList user permissions
Pipedrive::UsersApiusers_id_putPUT /users/{id}Update user details
Pipedrive::UsersApiusers_id_role_assignments_deleteDELETE /users/{id}/roleAssignmentsDelete a role assignment
Pipedrive::UsersApiusers_id_role_assignments_getGET /users/{id}/roleAssignmentsList role assignments
Pipedrive::UsersApiusers_id_role_assignments_postPOST /users/{id}/roleAssignmentsAdd role assignment
Pipedrive::UsersApiusers_id_role_settings_getGET /users/{id}/roleSettingsList user role settings
Pipedrive::UsersApiusers_me_getGET /users/meGet current user data
Pipedrive::UsersApiusers_postPOST /usersAdd a new user
Pipedrive::WebhooksApiwebhooks_getGET /webhooksGet all webhooks
Pipedrive::WebhooksApiwebhooks_id_deleteDELETE /webhooks/{id}Delete existing webhook
Pipedrive::WebhooksApiwebhooks_postPOST /webhooksCreate a new webhook

Documentation for Models

Documentation for Authorization

api_key

  • Type: API key
  • API key parameter name: api_token
  • Location: URL query string

oauth2

  • Type: OAuth
  • Flow: accessCode
  • Authorization URL: https://oauth.pipedrive.com/oauth/authorize
  • Scopes:
    • deals:read: Read most data about deals and related entities.
    • deals:full: Create, read, update and delete deals, its participants and followers.
    • activities:read: Read activities, its fields and types; all files and filters.
    • activities:full: Create, read, update and delete activities and all files and filters.
    • contacts:read: Read data about persons and organizations, their related fields and followers.
    • contacts:full: Create, read, update and delete persons and organizations and their followers.
    • admin: Allows to do many things that an administrator can do in a Pipedrive company account.
    • recents:read: Read all recent changes occured in an account.
    • search:read: Search across the account for deals, persons, organizations, files and products and see details about the returned results.
    • mail:read: Read mail threads and messages.
    • mail:full: Read, update and delete mail threads. Also grants read access to mail messages.
    • products:read: Read products, its fields, files, followers and products connected to a deal.
    • products:full: Create, read, update and delete products and its fields; add products to deals
    • users:read: Read data about users (people with access to a Pipedrive account), their permissions, roles and followers, as well as about teams.
    • base: Read settings of the authorized user and currencies in an account.
    • phone-integration: Create, read and delete call logs and its audio recordings.

FAQs

Package last updated on 16 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc