curl --request POST \
--url https://app.plugchoice.com/api/v3/teams/{team}/chargers/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>",
"created": 123,
"skipped": 123,
"errors": [
{
"row": 123,
"identity": "<string>",
"error": "<string>"
}
]
}curl --request POST \
--url https://app.plugchoice.com/api/v3/teams/{team}/chargers/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>",
"created": 123,
"skipped": 123,
"errors": [
{
"row": 123,
"identity": "<string>",
"error": "<string>"
}
]
}Import chargers to a team from a CSV file. The CSV should contain one Chargepoint ID (identity) per row. An optional header row is automatically detected and skipped.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
.csv or .txt file, with a maximum size of 1MB.Import completed).