Skip to main content
OCPI

To check the status of a Token in the CPO system.

To check the status of a Token in the CPO system.

Path Parameters
    country_code string required

    Country code of the eMSP requesting this GET

    party_id string required

    Party ID (Provider ID) of the eMSP requesting this GET

    token_uid string required

    Token.uid of the Token object to retrieve

Query Parameters
    type string

    Token.type of the Token to retrieve. Default if omitted: RFID

Header Parameters
    Authorization string required

    Token Base64encodedtoken

    X-Request-ID string required

    Unique request ID

    X-Correlation-ID string required

    Unique correlation ID

Responses

The OK response


Schema
    partyId string
    countryCode string
    uid string
    type int32

    Possible values: [0, 1, 2, 3]

    Default value: 0

    contractId string
    visualNumber string
    issuer string
    groupId string
    valid boolean
    whitelist int32

    Possible values: [0, 1, 2, 3]

    Default value: 0

    language string
    defaultProfileType int32 nullable

    Possible values: [0, 1, 2, 3]

    Default value: 0

    energyContract object
    supplierName string
    contractId string
    lastUpdated date-time nullable
Loading...