Charge Key Authorizations (Charge Point Owner)

Table name: charge_key_authorizations_charge_point_owner

One row per charge-key authorization attempt (an RFID/vehicle-ID tap or a roaming request) on
charge points you own — every attempt on your network, including keys you don't manage (a
partner's or an unknown driver's token). The presented key's identity and the detailed reason for
the outcome are only included when you also own the key; otherwise those columns are empty.

If you also own the key used, see
Charge Key Authorizations (Key Owner) for that side of
the data.

SQL: charge_key_authorizations_charge_point_owner

Schema

Column NameData TypeDescription
Primary ID
authorization_idINTEGERPrimary key of the authorization attempt
Other IDs
duplicate_of_auth_idINTEGERThe canonical authorization this row duplicates; empty when this row is the real event
charge_key_idINTEGERAlways empty in this table — you only see the key's identity when you own it too, via charge_key_authorizations_key_owner
charge_key_operator_idINTEGERAlways empty in this table
charge_key_parent_operator_idINTEGERAlways empty in this table
charge_key_team_idINTEGERAlways empty in this table
charge_key_user_idINTEGERAlways empty in this table (a direct link to a driver's personal account)
charge_point_idINTEGERThe charge point the attempt was made on
charge_point_integration_idINTEGERIntegration identifier of the charge point
charge_point_operator_idINTEGEROperator that owned the charge point at the time of the attempt
charge_point_parent_operator_idINTEGERParent operator of charge_point_operator_id, if any
charge_point_team_idINTEGERTeam that owned the charge point at the time of the attempt
ocpi_operator_idINTEGEROCPI counterparty operator id, if the attempt was a roaming request
hubject_operator_idINTEGERHubject counterparty operator id, if the attempt was routed through Hubject
charge_idINTEGERThe resulting charge, if the authorization led to one
request_idVARCHARIdentifier of the originating request
Timestamps
occurred_atTIMESTAMP_NTZWhen the authorization attempt occurred
created_atTIMESTAMP_NTZWhen the record was created
updated_atTIMESTAMP_NTZWhen the record was last updated
Filters
is_duplicateBOOLEANTrue when this row is a fan-out duplicate (duplicate_of_auth_id is not empty)
Attributes
charge_key_nameVARCHARAlways empty in this table
charge_point_nameVARCHARDisplay name of the charge point
charge_point_operator_nameVARCHARName of the operator that owned the charge point
charge_point_address1VARCHARCharge point street address
charge_point_cityVARCHARCharge point city
charge_point_zipVARCHARCharge point postal code
charge_point_visibilityVARCHARCharge point visibility setting (e.g. public/private)
resultVARCHAROutcome of the authorization attempt (e.g. allowed, denied, error)
reasonVARCHARAlways empty in this table — the detailed reason is only visible to the key's owner
raw_reason_codeVARCHARAlways empty in this table
reason_vocabularyVARCHARAlways empty in this table
attemptsINTEGERNumber of attempts recorded for this authorization event
token_identifierVARCHARAlways empty in this table — a charge point owner does not own the key, so only the last 4 characters are shown, to avoid exposing full credentials for keys you don't manage
token_identifier_last4VARCHARLast 4 characters of the token identifier; empty if the token is too short or absent
channelVARCHARChannel the authorization request came through
sourceVARCHARSource system of the authorization event
directionVARCHARInbound (own EVSE) or outbound (roaming out) direction of the request
partner_country_codeVARCHARCountry code of the roaming partner, if applicable
partner_party_idVARCHAROCPI party id of the roaming partner, if applicable
location_idVARCHAROCPI location id of the charge point
evse_uidVARCHAREVSE identifier the attempt targeted
connector_idVARCHARConnector identifier the attempt targeted
session_referenceVARCHARExternal session reference, if any
authorizerVARCHARSystem/actor that authorized the attempt
messageVARCHARAlways empty in this table — may otherwise include a driver's financial-state detail, visible only to the key's owner

Data inclusion criteria

  • You (or a team under your parent operator) own the charge point the attempt was made on

Data flow

Upstream tablesDownstream tables
charge_keys---
charge_points

Did this page help you?