Skip to main content
POST
Requests an EVSE to unlock a connector

Authorizations

Authorization
string
header
required

Authorization: Bearer <SPIRII_API_KEY>

Path Parameters

uid
number
required

Uniquely identifies the EVSE

Example:

123456

connectorId
number
required

Identifier of the Connector within the EVSE

Example:

1

Response

status
enum<string>
required

This indicates whether the EVSE has unlocked the connector.

Available options:
Unlocked,
UnlockFailed,
NotSupported
Example:

"Unlocked"

error
object

This contains the error message if the action was rejected