Reposit Power · Authentication Profile

Reposit Power Authentication

Authentication

Reposit Power secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

EnergyAustraliaUtilitiesElectricityBatteriesDERVirtual Power PlantDemand ResponseSolarGridEnergy MarketsSmart MeteringStorageFlexibility
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer
AccessToken apiKey
· in: header (Bearer)

Source

Authentication Profile

Raw ↑
generated: '2026-07-27'
method: derived
source: openapi/reposit-power-customer-api-openapi.yml, openapi/reposit-power-market-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/reposit-power-customer-api-openapi.yml
- name: AccessToken
  type: apiKey
  in: header
  parameter: Bearer
  description: |-
    To authenticate you need to generate an API Key using Reposit Fleet. API Keys can be limited
    to whitelisted origin IP addresses for security and do not expire making them more suitable to
    server-to-server comms. API keys may also be revoked via Reposit Fleet.

    ### Creating an API Key

    API keys for the Reposit Market API can be generated by first logging in to
    [Reposit Fleet](https://fleet.repositp
  sources:
  - openapi/reposit-power-market-api-openapi.yml