This is used to get info of which modules are implemented for a specific version of OCPI, which interface role is implemented, and what the endpoint URL is for this interface.
This is used to get info of which modules are implemented for a specific version of OCPI, which interface role is implemented, and what the endpoint URL is for this interface.
Header Parameters
X-Request-ID string required
Unique request ID
X-Correlation-ID string required
Unique correlation ID
Authorization string required
Token Base64encodedtoken
Responses
- 200
- 400
- 401
The OK response
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
data object
version string
endpoints object[]
identifier int32
Possible values: [0
, 1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
]
Default value: 0
role int32 nullable
Possible values: [0
, 1
, 2
]
Default value: 0
url uri
statusCode int32
statusMessage string
timestamp date-time
{
"data": {
"version": "string",
"endpoints": [
{
"identifier": 0,
"role": 0,
"url": "string"
}
]
},
"statusCode": 0,
"statusMessage": "string",
"timestamp": "2024-12-04T11:51:40.464Z"
}
Something went wrong
Header is missing or the credentials token doesn’t match any known party
Loading...