v2.0
API Reference
Explore the Pipe Solar REST API. All endpoints use JSON request and response bodies and require Bearer token authentication.
Base URL
https://pipe.solar/api/1.1/wfAuthentication
Bearer token via Authorization header
Format
JSON request & response bodies with UTF-8 encoding
Quick start
cURL# Authenticate with your API key
curl -X GET "https://pipe.solar/api/1.1/wf/v1/endpoint" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Authentication
All API requests require a valid API key passed as a Bearer token in the Authorization header.
Authorization: Bearer your_api_key_here
To obtain your API key, contact us at admin@pipe.solar. Keep your API key secure and never expose it in client-side code.
24 endpoints|5 resources|GET×15|POST×9
Projects
GETRetrieve Project Data by ID
POSTCreate Project
POSTUpdate Project Stage
POSTUpload File to Project
GETFetch All Project (Installer)
GETFetch All Project (Org)
POSTCreate Activity Log
View endpoints
Leads
POSTCreate Lead
POSTUpdate Lead
GETRetrieve Lead by ID
GETFetch All Lead (org)
GETFetch All Lead (Installer)
View endpoints
Equipments
GETFetch All Panel
GETFetch All Inverter
GETFetch All Adders
View endpoints
Projects
GETRetrieve Project Data by ID
GETFetch All Project (Installer)
GETFetch All Project (Org)
POSTUpdate Project Stage
POSTUpload File to Project
POSTCreate Activity Log
View endpoints
Leads
GETRetrieve Lead by ID
GETFetch All Lead (org)
GETFetch All Lead (Installer)
View endpoints