class PipedriveRuby::Authorizations

Returns all authorizations for a particular user. Authorization objects contain the API tokens the user has with different company accounts in Pipedrive. These can be fetched without an API token but using the email and password of the user.

Public Instance Methods

all(authorization) click to toggle source
# File lib/resources/authorizations.rb, line 9
def all(authorization)
  create(authorization)
end