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/wf

Authentication

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