Documentation Index
Fetch the complete documentation index at: https://docs.chargeapi.co/llms.txt
Use this file to discover all available pages before exploring further.
{
"id": "pol_BAmcmCVnWzqSlC5BFWKtpgHsOAo22N9N",
"object": "policy",
"created": "2026-04-01T00:39:10.282Z",
"description": null,
"metadata": {},
"mode": "enforcement",
"name": "Example Policy",
"rules": {
"allowed_operators": ["example_operator"],
"denied_operators": [],
"geofences": [
{
"center": {
"latitude": 48.8698,
"longitude": 2.3319
},
"name": "Example Zone",
"radius_meters": 1500
}
],
"max_price_per_kwh": 25,
"time_windows": [
{
"days_of_week": ["monday", "tuesday", "wednesday", "thursday", "friday"],
"end_time": "18:00",
"start_time": "09:00"
}
]
},
"status": "active"
}
{
"id": "pol_BAmcmCVnWzqSlC5BFWKtpgHsOAo22N9N",
"object": "policy",
"created": "2026-04-01T00:39:10.282Z",
"description": null,
"metadata": {},
"mode": "enforcement",
"name": "Example Policy",
"rules": {
"allowed_operators": ["example_operator"],
"denied_operators": [],
"geofences": [
{
"center": {
"latitude": 48.8698,
"longitude": 2.3319
},
"name": "Example Zone",
"radius_meters": 1500
}
],
"max_price_per_kwh": 25,
"time_windows": [
{
"days_of_week": ["monday", "tuesday", "wednesday", "thursday", "friday"],
"end_time": "18:00",
"start_time": "09:00"
}
]
},
"status": "active"
}
This object represents a policy in Charge. Use it to define rules that restrict charging behavior or generate charging suggestions.
Attributes
Unique identifier for the object.
The operational mode of the policy.Available options: enforcement, suggestion
A human-readable name for the policy.
Rules that define how the policy behaves.
A list of charging station operator IDs that are permitted.
A list of charging station operator IDs that are explicitly forbidden.
A list of geographic areas where charging is permitted.
No description available.
No description available.
No description available.
A name for the geofenced area.
The radius from the center point in meters.
The maximum allowable price per kilowatt-hour in the account’s default currency, in the smallest currency unit.
Defines when charging is permitted.
Days of the week this window applies to.Available options: monday, tuesday, wednesday, thursday, friday, saturday, sunday
The end of the time window in 24-hour format.
The start of the time window in 24-hour format.
Current status of the policy.Available options: active, inactive
More attributes
String representing the object’s type.
Time at which the policy was created. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
An optional description of the policy’s purpose.
Set of key-value pairs that you can attach to an object.