API Reference/Equipments

Equipments

3 endpoints|Base URL: https://pipe.solar/api/1.1/wf

Fetch All Panel

GET/fetch_all_panel

Query Params

installer_idstringqueryrequired
1curl -X GET "https://pipe.solar/api/1.1/wf/fetch_all_panel?installer_id=value" \
2 -H "Authorization: Bearer ps_live_..." \
3 -H "Content-Type: application/json"
Response
Successful response

Fetch All Inverter

GET/fetch_all_inverter

Query Params

installer_idstringqueryrequired
1curl -X GET "https://pipe.solar/api/1.1/wf/fetch_all_inverter?installer_id=value" \
2 -H "Authorization: Bearer ps_live_..." \
3 -H "Content-Type: application/json"
Response
Successful response

Fetch All Adders

GET/fetch_all_adders

Query Params

installer_idstringquery
1curl -X GET "https://pipe.solar/api/1.1/wf/fetch_all_adders" \
2 -H "Authorization: Bearer ps_live_..." \
3 -H "Content-Type: application/json"
Response
Successful response