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
- 200
- 400
The OK response
application/json
Schema
Example (from schema)
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
{
"partyId": "string",
"countryCode": "string",
"uid": "string",
"type": 0,
"contractId": "string",
"visualNumber": "string",
"issuer": "string",
"groupId": "string",
"valid": true,
"whitelist": 0,
"language": "string",
"defaultProfileType": 0,
"energyContract": {
"supplierName": "string",
"contractId": "string"
},
"lastUpdated": "2024-12-04T11:51:40.523Z"
}
Something went wrong
Loading...