Origin Energy Kraken Authorization Server

The OpenID Connect authorisation server issuing the bearer tokens used by both the Kraken REST and GraphQL APIs. Its discovery document at https://auth.origin-kraken.energy/.well-known/openid-configuration was retrieved anonymously with HTTP 200 on 2026-07-27 and is harvested verbatim here. Issuer https://auth.origin-kraken.energy/token/, authorization /authorize/, token /token/, userinfo /userinfo/, revocation /revoke-token/, end session /logout/, JWKS /.well-known/jwks.json. Client authentication is client_secret_post or client_secret_basic, with no registration endpoint and no PKCE methods advertised, so clients are provisioned by Origin rather than self-registered. The document publishes 113 scopes, including openid, full-customer-access, view:detailed-usage, request:consumption-data, query:electricity-meter-point-details, submit:meter-readings, update:smart-meter-data-preferences, view:ev-data and view:smartflex-data.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/origin-energy-kraken-auth-api"
All apis
curl "https://apis.io/api/v1/apis?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.

API entry from apis.yml

apis.yml Raw ↑
aid: origin-energy:origin-energy-kraken-auth-api
name: Origin Energy Kraken Authorization Server
description: The OpenID Connect authorisation server issuing the bearer tokens used by both the Kraken
  REST and GraphQL APIs. Its discovery document at https://auth.origin-kraken.energy/.well-known/openid-configuration
  was retrieved anonymously with HTTP 200 on 2026-07-27 and is harvested verbatim here. Issuer https://auth.origin-kraken.energy/token/,
  authorization /authorize/, token /token/, userinfo /userinfo/, revocation /revoke-token/, end session
  /logout/, JWKS /.well-known/jwks.json. Client authentication is client_secret_post or client_secret_basic,
  with no registration endpoint and no PKCE methods advertised, so clients are provisioned by Origin rather
  than self-registered. The document publishes 113 scopes, including openid, full-customer-access, view:detailed-usage,
  request:consumption-data, query:electricity-meter-point-details, submit:meter-readings, update:smart-meter-data-preferences,
  view:ev-data and view:smartflex-data.
humanURL: https://developer.origin-kraken.energy/graphql/guides/basics/
baseURL: https://auth.origin-kraken.energy
tags:
- OpenID Connect
- Authentication
- Kraken
tags_raw:
- OpenID Connect
- OAuth
- Authentication
- Kraken
properties:
- type: OpenIDConfiguration
  url: well-known/origin-energy-kraken-openid-configuration.json
- type: Authentication
  url: https://developer.origin-kraken.energy/graphql/guides/basics/
- type: JWKS
  url: https://auth.origin-kraken.energy/.well-known/jwks.json
- type: OAuthScopes
  url: scopes/origin-energy-scopes.yml
- type: WellKnown
  url: well-known/origin-energy-well-known.yml