curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/join \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"identity": "<string>",
"pincode": 123,
"team_uuid": "<string>"
}
'{
"message": "<string>",
"site_id": 123,
"site_uuid": "<string>",
"site_name": "<string>",
"team_uuid": "<string>"
}curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/join \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"identity": "<string>",
"pincode": 123,
"team_uuid": "<string>"
}
'{
"message": "<string>",
"site_id": 123,
"site_uuid": "<string>",
"site_name": "<string>",
"team_uuid": "<string>"
}Joins a location using a charger’s identity and pincode. This allows users to gain access to a location by proving they have physical access to one of its chargers.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.