/
Retrieve region
Retrieve a single region created by your organisation, including its full GeoJSON MultiPolygon geometry.
Security
oauth2(Required scopes: region:read)
- Mock serverhttps://developers.ev.energy/_mock/ev.energy-api-v2/regions/{region_id}
- Live API for both production and sandbox requests.https://api.ev.energy/v2/regions/{region_id}
- Staging server for internal testing only.https://api-staging.ev.energy/v2/regions/{region_id}
curl -i -X GET \
'https://developers.ev.energy/_mock/ev.energy-api-v2/regions/{region_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'EvEnergy-Version: 2'OK
Headers
Indicates the version of the API that generated this response. If EvEnergy-Version was not specified in the request, this will be your OAuth application's default version.
Value:2
The maximum number of requests that can be made to this endpoint per hour. Defaults to 1000 but may vary per client.
Default:1000
Response
- GeoJsonMultiPolygon
- null
{ "id": "regn01JCK1HPNAANB8WN253G27SFPC", "url": "https://api.ev.energy/v2/regions/regn01JCK1HPNAANB8WN253G27SFPC", "name": "WEST ROXBURY", "type": "OTHER", "region_groups": [ "http://example.com" ], "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "geometry": { "type": "MultiPolygon", "coordinates": [ … ] } }