Skip to main content
POST
Requests an EVSE to start a transaction

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

Body

application/json
token
string
required

The identifier for the token (also known as ID tag or charge key) that the EVSE must use to start a transaction.

Example:

"TOKEN-0001"

Response

status
enum<string>
required

Status indicating whether the EVSE accepts the request to start a transaction.

Available options:
Accepted,
Rejected
Example:

"Accepted"