Comment on page
About the API
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:
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 API application.
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 Access.
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
Last modified 1yr ago