curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/invite/accept \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"team_uuid": "<string>"
}
'{
"message": "<string>",
"site_id": 123,
"team_uuid": "<string>",
"is_owner": true,
"data_access": true
}curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/invite/accept \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"team_uuid": "<string>"
}
'{
"message": "<string>",
"site_id": 123,
"team_uuid": "<string>",
"is_owner": true,
"data_access": true
}Accepts a pending location invitation using the invitation token. If no team UUID is provided, the authenticated user’s first team will be used, or a personal team will be created automatically.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.