Endeavour Energy · Authentication Profile
Endeavour Energy Authentication
Authentication
The Explore API is anonymous by default. Every one of the eight published datasets answers HTTP 200 with no credential of any kind — no signup, no key, no licence click-through. The OpenAPI contract declares exactly one security scheme (an apiKey in the query string), but that understates the platform: the docs and the live host also support an Authorization header form, portal session cookies, and a full OAuth2 authorization-code flow. The spec is thin; this profile is the superset.
Endeavour Energy secures its APIs with none, apiKey, and oauth2 across 5 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).
EnergyAustraliaUtilitiesElectricityGridOpen DataEnergy NetworksDistributionOutagesConsumer Data RightSmart MeteringDERSolarRenewables
Methods: none, apiKey, oauth2
Schemes: 5
OAuth flows: authorizationCode
API key in: query, header
Security Schemes
anonymous none
apikey apiKey
apikey-header apiKey
portal-session cookie
oauth2 oauth2