cURL
curl --request POST \ --url https://app.plugchoice.com/api/v3/sites/invite/accept \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "token": "bngzmiyvdljnikhwaykcmyuwpwlvqwrsitcpscqldzsnrwtujwvlxjklqppwqbew", "team_uuid": "architecto" } '
{ "message": "Invite accepted successfully", "site_id": 123, "team_uuid": "abc-123-def", "is_owner": false, "data_access": true }
See the documentation for more information.
Must be 64 characters.
"bngzmiyvdljnikhwaykcmyuwpwlvqwrsitcpscqldzsnrwtujwvlxjklqppwqbew"
The uuid of an existing record in the teams table.
uuid
"architecto"
Invite accepted successfully
"Invite accepted successfully"
123
"abc-123-def"
false
true
Was this page helpful?