PowerGuide API
The PowerGuide API is a RESTful service that can be invoked from any HTTP client, and allows you to query PowerGuide Data.
The PowerGuide API is a RESTful service that can be invoked from any HTTP client, and allows you to query PowerGuide Data.
The PowerGuide API uses OAuth 2.0 to authenticate and serve requests. On registration, you will be able to use provided credentials to obtain OAuth token, and access API resources. Registration is currently reserved for partners.
You can simply invoke the PowerGuide API by constructing a request as below:
The PowerGuide API returns data in both JSON or XML formats, you may use the "Accept" request header to specifiy return format
In the case of OAuth authentication, you must also provide the OAuth token you obtained in the request header, using "Bearer" scheme, as shown below:
An example client Python script is available here.