Skip to main content
GET
curl

Authorizations

x-api-key
string
header
required

Query Parameters

userId
string

Filter devices by userId.

Example:

"user_abc123"

offset
number

Number of devices to skip (default: 0).

Example:

0

limit
number

Maximum number of devices to return (1-50, default: 10).

Example:

10

Response

Battery devices retrieved successfully.

success
boolean
required

Always true for success responses.

data
Paginated Battery · object
required
meta
Response Meta · object
required

Metadata attached to every response: the request identifier, the serving environment, the build timestamp, and the server-side latency.