/
/Octolane Public API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 2h ago · Updated 1w agoView markdown
CRM32
  • getList accounts
  • postCreate account
  • postBulk create accounts
  • postSearch accounts
  • getList contacts
  • postCreate contact
  • postBulk create contacts
  • postSearch contacts
  • getList opportunities
  • postCreate opportunity
  • postSearch opportunities
  • postBulk create opportunities
  • postFast bulk create opportunities
  • postBulk create activities
  • getList notes
  • postCreate note
  • postBulk create notes
  • getList pipelines
  • getList account fields
  • postBulk create account fields
  • postBulk update account fields
  • getList contact fields
  • postBulk create contact fields
  • postBulk update contact fields
  • getList pipeline fields
  • postBulk create pipeline fields
  • postBulk update pipeline fields
  • getList pipeline stages
  • postBulk create pipeline stages
  • postBulk update pipeline stages
  • deleteDelete pipeline stage
  • patchBulk update records
    CRM

    List pipelines

    Returns opportunity pipelines and their stages for the authenticated organization.

    get/v1/pipelines

    Response

    Pipelines were returned.

    successboolean
    messagestring
    {"stackTrail":"components:schemas:ApiResponse:properties:data","oasType":"schema","type":"unknown","description":"Endpoint-specific response payload."}

    Example response

    {
      "success": true
    }