Pipe SolarAPI Docs
Dashboard
Getting Started
OverviewAuthenticationSolar PanelsInstallationsMonitoringBillingWebhooks
Changelog
Need help?

Ask our AI assistant anything about the Pipe Solar API.

Admin Dashboard
v2.0

API Reference

Complete reference for the Pipe Solar REST API. All endpoints use the base URL: https://api.pipesolar.com/v1

Endpoints

17

Resources

6

Auth

Bearer

Authentication

Manage API keys and tokens

POST/auth/tokenCreate an access tokenPOST/auth/revokeRevoke an access token

Solar Panels

Manage and query solar panel resources

GET/panelsList all solar panelsPOST/panelsCreate a solar panelGET/panels/{panel_id}Retrieve a solar panelPATCH/panels/{panel_id}Update a solar panelDELETE/panels/{panel_id}Delete a solar panel

Installations

Manage solar panel installations

GET/installationsList all installationsPOST/installationsCreate an installationGET/installations/{installation_id}Retrieve an installation

Monitoring

Real-time and historical energy monitoring

GET/monitoring/energyGet energy production dataGET/monitoring/alertsList monitoring alerts

Billing

Invoices and payment management

GET/billing/invoicesList invoicesGET/billing/invoices/{invoice_id}Retrieve an invoice

Webhooks

Webhook endpoints and event subscriptions

GET/webhooksList webhook endpointsPOST/webhooksCreate a webhook endpointDELETE/webhooks/{webhook_id}Delete a webhook endpoint