Skip to main content
POST
/
meters
/
sync-all
API to sync usage for all meters in the current organisation
curl --request POST \
  --url https://api.getenso.ai/meters/sync-all \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "date": "<unknown>"
}
'
{
  "status": "success",
  "message": "Success",
  "data": {}
}
SystemUser permission: JobService:create

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Body

application/json
date
any

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object

Endpoint-specific payload (object, array, or null)