Skip to main content
GET
Get a charging station model by ID

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Path Parameters

id
string
required

The ID of the charging station model to retrieve

Response

Success

A charging station model defines hardware specifications for a specific vendor/model combination

id
string
required

Unique identifier for the charging station model

vendor
string
required

The vendor/manufacturer of the charging station

model
string
required

The model name of the charging station

powerType
enum<string>
required

The power type of the charging station

Available options:
AC_1_PHASE,
AC_3_PHASE,
DC
connectors
object[]
required

List of connectors available on this charging station model

configurationKeys
object
required

Configuration keys for the charging station model

isArchived
boolean
required

Whether this model has been archived

createdAt
string<date-time>
required

Timestamp when the model was created

updatedAt
string<date-time>
required

Timestamp when the model was last updated

friendlyName
string

A user-friendly display name for the model

imageUrl
string

URL to an image of the charging station model