EnergyServiceProviderAPI
home
Description
This api is intended to exchange data with other energy companies.
Authentication
Request Token
The api requires authentication with a valid jwt token from Microsoft. The token can be requested from the microsoft endpoint.
Azure Tenant: ckwgruppe.onmicrosoft.com or 4abcb15f-9fd7-4a13-ac16-3d55a64fa21e
Host: https://login.microsoftonline.com/{{azure.tenant}}/oauth2/token
Authentication: Basic auth with {{user}} {{password}}
body:
grant_type:client_credentials
scope: https://graph.microsoft.com/.defaultAPI Requests
The token has to be sent with each request according to the api specification.
Authorization: Bearer <token>