Skip to main content
POST
/
v2
/
evses
/
{uid}
/
connectors
/
{connectorId}
/
unlock
Requests an EVSE to unlock a connector
curl --request POST \
  --url https://api.spirii.com/v2/evses/{uid}/connectors/{connectorId}/unlock \
  --header 'Authorization: <api-key>'
{
  "status": "Unlocked",
  "error": {
    "message": "Charge box is not connected"
  }
}

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