Sites
Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Proxy
Chargers > Settings
Meters > Chargee
Products
Providers
Sites > Chargers
Sites > Connectors
Sites > Invite
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Sites > Invite
Accept an invite
POST
/
api
/
v3
/
sites
/
invite
/
accept
Copy
curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/invite/accept \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"token": "bngzmiyvdljnikhwaykcmyuwpwlvqwrsitcpscqldzsnrwtujwvlxjklqppwqbew",
"team_uuid": "architecto"
}'
Copy
{
"message": "Invite accepted successfully",
"site_id": 123,
"team_uuid": "abc-123-def",
"is_owner": false,
"data_access": true
}
Authorizations
See the documentation for more information.
Body
application/json
Response
200 - application/json
Invite accepted successfully
The response is of type object
.
Was this page helpful?
Copy
curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/invite/accept \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"token": "bngzmiyvdljnikhwaykcmyuwpwlvqwrsitcpscqldzsnrwtujwvlxjklqppwqbew",
"team_uuid": "architecto"
}'
Copy
{
"message": "Invite accepted successfully",
"site_id": 123,
"team_uuid": "abc-123-def",
"is_owner": false,
"data_access": true
}
Assistant
Responses are generated using AI and may contain mistakes.