{ "opencollection": "1.0.0", "info": { "name": "Aurora Solar Agreements API", "version": "v2024.05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Agreements", "type": "folder" }, "items": [ { "info": { "name": "List agreements", "type": "http" }, "http": { "method": "GET", "url": "https://api.aurorasolar.com/tenants/:tenant_id/agreements", "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "The tenant (organization) ID that owns the resource." } ] }, "docs": "Lists customer agreements for the tenant." }, { "info": { "name": "Retrieve an agreement", "type": "http" }, "http": { "method": "GET", "url": "https://api.aurorasolar.com/tenants/:tenant_id/agreements/:agreement_id", "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "The tenant (organization) ID that owns the resource." }, { "name": "agreement_id", "value": "", "type": "path" } ] }, "docs": "Retrieves a customer agreement by ID." }, { "info": { "name": "Retrieve agreement link", "type": "http" }, "http": { "method": "GET", "url": "https://api.aurorasolar.com/tenants/:tenant_id/agreements/:agreement_id/link", "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "The tenant (organization) ID that owns the resource." }, { "name": "agreement_id", "value": "", "type": "path" } ] }, "docs": "Retrieves a hosted link where the customer can view/sign the agreement." } ] } ], "bundled": true }