Skip to main content
GET
Fetches a list of EVSEs.

Authorizations

Authorization
string
header
required

Authorization: Bearer <SPIRII_API_KEY>

Query Parameters

nextPageCursor
string

Cursor to be used to request the next page.

Example:

"My0xMDAw"

previousPageCursor
string

Cursor to be used to request the previous page.

Example:

"My0xMDAw"

limit
integer
default:25

Limit amount of returned records.

Required range: 1 <= x <= 100
uids
number[]

List of UIDs the uniquely identify the EVSEs

Example:
chargeboxIds
number[]

List of IDs that uniquely identifies the charge boxes on which the EVSE is found

Example:

Response

data
object[]
required

List of EVSEs

nextPageCursor
string

Cursor to be used to request the next page.

Example:

"My0xMDAw"

previousPageCursor
string

Cursor to be used to request the previous page.

Example:

"My0xMDAw"