Skip to main content

Fields

deviceType : KrakenFlexDeviceTypes! required

The type of device, expressed via the legacy KrakenFlexDeviceTypes enum. For responses produced via supportedDeviceType: CHARGE_POINTS, this field is populated with ELECTRIC_VEHICLES for backward compatibility. Read supportedDeviceType for the actual value.

supportedDeviceType : FlexSupportedDeviceTypes

The type of device, including charge points. Null when the response was produced via the legacy deviceType argument.

supportedMakes : [FlexSupportedMake]! required

List of supported brands or manufacturer.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "deviceType": "BATTERIES", "supportedDeviceType": "CHARGE_POINTS", "supportedMakes": [FlexSupportedMake] }