Skip to main content
GET
List smart meter orders

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cursor
string | null
limit
number
default:10
Required range: 1 <= x <= 100
filter[field][operator]
any | null

Filterable fields:

  • status (enum): created, placed, check_submitted, check_reviewed, scheduled, installed, activated, cancelled
  • customer (string)
  • subscription (string)

See Filtering Documentation for supported operators and syntax.

Example:

"value"

Response

Retrieve all meter orders for the organization

object
enum<string>
required
Available options:
list
items
object[]
required
next_page
string | null
Example:

"eyJsYXN0X2NyZWF0ZWRfYXQiOiIyMDI1LTAxLTE1VDEwOjMwOjAwLjAwMFoiLCJsYXN0X2lkIjoic3ViX21pNGYwb2RhNng5bTdnY3N2amswb2xlMSIsImxpbWl0IjoyMH0="

has_more
boolean
default:false