Xoserve Supplier API

Bundled by Xoserve as the Supply Point Enquiry service, part of the Gas Enquiry Service (GES). Exposes detailed supply meter point information, filtered by MPRN, address_id or postcode combined with optional address detail. Aimed at organisations working to improve change-of-supply and data assurance processes. Access is arranged through the Retail Energy Code Company (RECCo), not directly with Xoserve.

OpenAPI Specification

xoserve-supplier-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Supplier
  description: 'The purpose of this API is to expose detailed Supply Meter Point information, enabling subscribers to filter the data by MPRN, Address ID and Address details.'
  version: v1
servers:
  - url: https://discoveryapi.correla.com/supplier
paths: { }
components:
  securitySchemes:
    apiKeyHeader:
      type: apiKey
      name: APIKey
      in: header
    apiKeyQuery:
      type: apiKey
      name: subscription-key
      in: query
security:
  - { }
  - apiKeyHeader: [ ]
  - apiKeyQuery: [ ]