Skip to content

Xpansiv Managed Solutions API (1.8)

Access data from your Xpansiv Managed Solutions account using API calls. You can generate an API key for your user on Xpansiv Managed Solutions API Access page. The API key is linked to a user and an account, and has the same rights as the user on the account. When calling Xpansiv Managed Solutions API use that API key to set the Bearer Token authentication header.

Download OpenAPI description
Overview
Languages
Servers
https://www.srectrade.com/app/api/v1/

Market

Operations related to market data and pricing

Operations

Facilities

Operations related to facilities registration.

Operations

Clean Transportation

Operations related to Clean Transportation.

Operations

Utilities

Electric utility reference data (Utility_api).

Operations

List utilities by county and state

Request

Returns utilities matching optional county and state parameters.

Security
BearerAuth
Query
countystring

County name filter (passed through to the data layer).

statestring

State filter; compared using an uppercase form of this value.

curl -i -X GET \
  'https://www.srectrade.com/app/api/v1/utilities?county=string&state=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success — standard API envelope; utilities in data.

Bodyapplication/json
codeany
Example: 200
elementsany

Number of utility records returned.

dataArray of objects(UtilityItem)
Response
application/json
{ "code": 200, "elements": null, "data": [ {} ] }

Building types

Building type reference data (Building_type_api).

Operations

Qualified reporting entities

DGG QRE reference data (Qualified_reporting_entity_api).

Operations

Facility import error handling

Operations