Quickstart

Welcome to the API quickstart guide. This guide will help you get up and running with our API in no time.

Step 1: Obtain an API Key

To use our API, you'll need an API key. You can obtain one by registering on our developer portal.

Step 2: Make Your First API Call

Once you have your API key, you can make your first API call. Here's an example using cURL:

Request


curl -X GET "https://api.example.com/v1/installers" \
     -H "Authorization: Bearer YOUR_API_KEY"

            

Step 3: Explore the API

Check out our Authentication guide and explore the various endpoints for Installers , Generators , Homeowners , and Inverters .