PQ Portal
This is the public documentation endpoint of the PQ Portal API.
The documentation is provided as is but can and will be changed without prior notice as it will be continuously updated and refined to reflect the latest PQ Portal API state and cover all upcoming developments and questions.
Major changes to the BSP API and/or this documentation are communicated through official TSO channels to concerned BSPs.
The documentation is split up into:
Introduction to the PQ Portal API: General information about the PQ Portal API, the changelog and the ways of communication
General Documentation of the PQ Portal API:
Version 1.0 - Renewal Prequalification: Information about the authentification process, the endpoints and the general process for a renewal prequalification with some simple examples.
How do APIs work?
If you decide to use the PQ Portal API (Application Program Interface) you can write your own program to interact with the PQ Portal. The API endpoints are the essential and valuable methods for integrating API into a project. The following are some of the different request methods that you can use to interact with the PQ Portal API endpoints:
GET
This method is used to retrieve data from the PQ Portal. For example, if you want to get all the information about a particular energy market actor in the Portal, you will request their profile just using the ID or the type of the user. The server will then send back the response.
POST
If you want to send data to the PQ Portal server and have it saved, then this method is what you need. It creates a new entry in your API.
PUT
This method is used to update or change data in a database. The server will then send back a notification saying whether the data has been updated successfully or not.
DELETE
This method removes an entry from your database.
Frequently visited pages
You need further help?
Under Community and Bug Reporting you can find different options to contact us or the community to find answers and report unusual behavior.