# Get all available meters Gets all available meters for the authenticated account. GetMeters The techPartnerId parameter is required. Endpoint: GET /api/v1/meter/{techPartnerId} Version: 1.0 Security: OAuth2 ## Path parameters: - `techPartnerId` (string, required) Tech partner identifier ## Response 200 fields (application/json): - `requestId` (string,null) The Id passed in the request, echoed back - `errors` (array,null) A list of errors, if any - `warnings` (array,null) Warning information. These are for information purposes only, they are not errors. - `meters` (array) List of available meters - `meters.currentBalance` (number) - `meters.oldBalance` (number,null) - `meters.pendingFunds` (number) - `meters.carrier` (string,null) - `meters.meterId` (string,null) ## Response 400 fields (application/json): - `requestId` (string,null) The Id passed in the request, echoed back - `errors` (array,null) A list of errors, if any - `warnings` (array,null) Warning information. These are for information purposes only, they are not errors. - `meters` (array) List of available meters - `meters.currentBalance` (number) - `meters.oldBalance` (number,null) - `meters.pendingFunds` (number) - `meters.carrier` (string,null) - `meters.meterId` (string,null) ## Response 401 fields (application/json): - `requestId` (string,null) The Id passed in the request, echoed back - `errors` (array,null) A list of errors, if any - `warnings` (array,null) Warning information. These are for information purposes only, they are not errors. - `meters` (array) List of available meters - `meters.currentBalance` (number) - `meters.oldBalance` (number,null) - `meters.pendingFunds` (number) - `meters.carrier` (string,null) - `meters.meterId` (string,null) ## Response 404 fields (application/json): - `requestId` (string,null) The Id passed in the request, echoed back - `errors` (array,null) A list of errors, if any - `warnings` (array,null) Warning information. These are for information purposes only, they are not errors. - `meters` (array) List of available meters - `meters.currentBalance` (number) - `meters.oldBalance` (number,null) - `meters.pendingFunds` (number) - `meters.carrier` (string,null) - `meters.meterId` (string,null) ## Response 500 fields (application/json): - `requestId` (string,null) The Id passed in the request, echoed back - `errors` (array,null) A list of errors, if any - `warnings` (array,null) Warning information. These are for information purposes only, they are not errors. - `meters` (array) List of available meters - `meters.currentBalance` (number) - `meters.oldBalance` (number,null) - `meters.pendingFunds` (number) - `meters.carrier` (string,null) - `meters.meterId` (string,null)