Ostrom · Authentication Profile

Ostrom Authentication

Authentication

Ostrom secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).

CompanyEnergyElectricityGreen EnergySmart MeterDynamic PricingGermanySustainabilityWebhook
Methods: http, oauth2 Schemes: 2 OAuth flows: clientCredentials API key in:

Security Schemes

ClientAccessToken oauth2
· flows: clientCredentials
OAuth2BasicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/ostrom-openapi-original.json
docs: https://docs.ostrom-api.io/reference/authentication
notes: >-
  OAuth2 client-credentials grant. Client registers in the Developer Portal
  (https://developer.ostrom-api.io/) to obtain a client_id/client_secret per
  environment. Token request uses HTTP Basic auth (base64 client_id:client_secret)
  with grant_type=client_credentials against the environment token endpoint
  (auth.sandbox / auth.production). The returned access_token (Bearer, expires_in
  ~3599s) authorizes calls. Roles USER (own data) and PARTNER (multi-user with consent).
token_endpoints:
  sandbox: https://auth.sandbox.ostrom-api.io/oauth2/token
  production: https://auth.production.ostrom-api.io/oauth2/token
roles:
- USER
- PARTNER
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - clientCredentials
schemes:
- name: ClientAccessToken
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.sandbox.ostrom-api.io/oauth2/token
    scopes: 0
  description: A `ClientAccessToken` is obtained via the [OAuth 2.0 Client Credentials grant](https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/)
    and carries authorization to access all functionalities and data in your Ostrom account.
    Full details at [The ClientAccessToken](/api/reference#getting-an-access-token)
  sources:
  - openapi/ostrom-openapi-original.json
- name: OAuth2BasicAuth
  type: http
  scheme: basic
  sources:
  - openapi/ostrom-openapi-original.json

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/ostrom-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 email required.

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