Skip to main content
OCPI

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

The OK response


Schema
    data object
    version string
    endpoints object[]
  • Array [
  • 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
Loading...