Environments
Palmetto Energy Project API has two publicly accessible environments, Production and Next (next is what we call our test/staging environment).
The production endpoint provides access to you live data. The Next endpoint is a good place to test your code without affecting real-world data.
| Name | Base Url | Auth Url |
|---|---|---|
| Prod | https://palmetto.energy | https://api.palmetto.com/api/v1/auth/login |
| Next | https://next.palmetto.energy | https://api-next.palmetto.com/api/v1/auth/login |