Get a location
Returns detailed location data for a single charging location, with optional pricing context. Only one of keyIdentifier or fleetId can be provided in a single request. If none are provided, default prices are returned.
Authorizations
Use OAuth2 client credentials to obtain a bearer token.
Token endpoint:
POST <BASE_URL>/keycloak/realms/longship/protocol/openid-connect/token
Use the same base URL as the selected API server:
- Test environment:
https://apigwuat.corpay.com - Production environment:
https://apigw.corpay.com
Example:
curl --location '<BASE_URL>/keycloak/realms/longship/protocol/openid-connect/token' \
--header 'accept: application/json' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'client_id=.......' \
--data-urlencode 'client_secret=......'Path Parameters
URL-encoded location id.
Query Parameters
The keyIdentifier of a charging key, will be used to look up specific prices for this charging key.
The id of a fleet organization, will be used to look up specific prices for this fleet.
Supported languages: en, bg, cy, de, es, fi, fr, hu, is, it, lt, nb, nl, pl, pt, ro, sv.
2Response
Location
Street address of the charging location
"EUREF CAMPUS 4-5"
City where the charging location is situated
"Berlin"
Geographic coordinates of the charging location. These values are returned as strings.
Three-letter country code (ISO 3166-1 alpha-3) where the charging location is situated
3"DEU"
List of Electric Vehicle Supply Equipment (EVSE) at this location. Each EVSE may have multiple connectors.
"8rMCionje8s2LtheVGEK90mYnJdJe5OZd48ecF/w1StRJSodFFzfQ3GhJbYbxG0gQhJv/Yjp5FXBJt14SccU9zFRdnC4SV7juPdCRaWkEZo="
ISO 8601 timestamp of when this location's data was last updated. Use this to track changes and implement efficient polling.
"2024-03-15T14:30:00.000Z"
Human-readable name of the charging location
255"Ebee Smart Technologies"
Navigation instructions to help locate the charging points, available in multiple languages
Indicates if the location uses renewable energy sources for charging, based on CPO-provided data
false
Indicates if the location is currently open based on opening_hours and local timezone. Use this for quick filtering of available locations.
false
Operating hours of the charging location
Information about the Charging Point Operator (CPO) managing this location
An enhanced display name of the operator. This may be the operator name as found in the operator object, or the sub-operator of the location. When showing the location to end users, this is the operator name that should be shown.
"Sub-operator X"
Postal code of the charging location
10829
State, region, or province where the charging location is situated. Format varies by country.
"Bayern"