Contact OPX team to get your key and secret
URL
The production URL ishttps://api.opx.co/energy-bonus/
Authentication
Energy Bonus API can be used after issuing an access token. It can be obtained with you client credentials key and secret. POST/oauth/token
Core principles
OPX provides a single endpoint to get , and amounts when they are availabe. The request must be sent with a payload represented by a json object. The json object must respect the following structure:general.*
keys are mandatory. They are dedicated to specify the properties of simulation representing generic housing or building data.
The operation.*
keys are also mandatory. They are used to expose the operation to compute and its very specific properties.
How to fill in and define these keys are expressed by calling another endpoint (see example).