Charge Keys
Provides information about the charge point authentication token used to initiate a charge session.
| Name | Data Type | Description |
|---|---|---|
| id | INTEGER | ID of the auth token |
| identifier | VARCHAR | External Identifier of the charge key |
| type | VARCHAR | Type of identifier: can be 'rfid' or 'vehicle_id' |
| charge_key_name | VARCHAR | Name assigned to the charge key |
| active_until | TIMESTAMP | Timestamp till the charge key is active |
| is_monta_network | BOOLEAN | Boolean for whether the network is monta or not |
| is_roaming_network | BOOLEAN | Boolean for whether it is a roaming network or not |
| is_operator_network | BOOLEAN | Boolean for whether it is operator network or not |
| blocked_at | TIMESTAMP | Timestamp of blocking of the charge key |
| team_id | INTEGER | ID of the team to which the charge key belongs |
| user_id | INTEGER | ID of the user using the charge key |
Updated 4 months ago
