Palmetto · Authentication Profile

Palmetto Authentication

Authentication

Palmetto secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

CompanyClean EnergySolarEnergyBuilding Energy ModelingHome EnergyFinancingSustainability
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

APIKeyHeader apiKey
· in: header (X-API-Key)
BearerLogin http
scheme: bearer
BearerLoginM2M http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/palmetto-energy-intelligence-openapi.json
docs: https://docs.palmetto.com/
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
  notes: >-
    Palmetto ships three developer products with two distinct auth models.
    Energy Intelligence uses a static API key sent in the X-API-Key header.
    The Energy Platform and Finance (LightReach) APIs use bearer tokens
    obtained from a username/password login endpoint (machine-to-machine
    users), cached until expiry and refreshed via the login/refresh flow.
schemes:
- name: APIKeyHeader
  product: Energy Intelligence
  type: apiKey
  in: header
  parameter: X-API-Key
  docs: https://docs.palmetto.com/ei-api/overview/
  sources:
  - openapi/palmetto-energy-intelligence-openapi.json
- name: BearerLogin
  product: Energy Platform
  type: http
  scheme: bearer
  token_type: Bearer
  login_endpoint: POST https://api.palmetto.com/api/v1/auth/login
  login_endpoint_next: POST https://api-next.palmetto.com/api/v1/auth/login
  request: '{ "username": "string", "password": "string" }'
  response_fields: [access_token, expires_in, refresh_token, token_type]
  docs: https://docs.palmetto.com/energy/environments/
  sources:
  - https://docs.palmetto.com/energy/getting-started/
- name: BearerLoginM2M
  product: Finance (LightReach)
  type: http
  scheme: bearer
  token_type: Bearer
  login_endpoint: POST ${envBaseUrl}/api/auth/login
  request: '{ "username": "string", "password": "string" }'
  response_fields: [access_token, expires_in, refresh_token, token_type]
  identity: machine-to-machine (M2M) user; cannot sign in to the portal
  docs: https://docs.palmetto.com/finance/getting-started/
  sources:
  - https://docs.palmetto.com/finance/getting-started/

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/palmetto-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.