LogoLogo
HomeSupport centerAPP
  • Overview
    • Quick Start
    • About the API
    • Authentication
  • API Reference
    • REST API
    • GraphQL API
  • Core API Concepts
    • Understanding the CRM Concept
    • Fields
    • API parameters
    • Dates
    • Pagination
    • Bulk Create, Update, Delete
    • Webhooks(Real-time updates)
  • Tutorials & Articles
    • Create Account
    • Create Contact
    • Create Opportunity
    • Create Product, Product Line Item
    • Create Custom Entity Record
    • Upload Document
    • Merging Accounts/Contacts
Powered by GitBook
On this page
  • API formats
  • Download API endpoints
  • API URL Syntax
  1. Overview

About the API

PreviousQuick StartNextAuthentication

Last updated 3 years ago

API formats

The Pipeliner API endpoints are documented in or reference.

Download API endpoints

You can download the Rest API JSON in Open Api 3.0.0 format and import it to the tools like , . In case you are using GraphQL, you can import GraphQL Schema to the as well

Rest API download:

GraphQL Schema download:

API URL Syntax

For Rest API or GraphQL API the URL Syntax stays the same

Rest API BaseURL Format

https://us-east.pipelinersales.com/api/v100/rest/spaces/<space_id>/..

GraphQL API BaseURL Format

https://<SERVICE_URL>/api/v100/app/space/<SPACE_ID>/graphql/public

The BaseURL is divided into the following three sections:

Service URL

Space and Space ID

Endpoints

Endpoints are the API methods combined with the corresponding entity.

Example of final BaseURL

https://us-east.pipelinersales.com/api/v100/rest/spaces/nv1_example_space

The Service URL of Pipeliner CRM APIs is generated dynamically at the time of creating an application. This usually depends on the geographical area where the space is located. For the Service URL, you need to have an active .

Space ID is the identifier of the space where you are trying to connect. Space ID can be found in the process of obtaining .

API application
API Access
REST API
GraphQL API
Postman
Insomnia
Insomnia
openapi.json
GraphQL.json