cURL
curl --request POST \ --url https://app.plugchoice.com/api/v3/sites/join \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "identity": "b", "pincode": 4326.41688, "team_uuid": "architecto" } '
{ "message": "Successfully joined location", "site_id": 123, "site_uuid": "abc-123", "site_name": "My Location", "team_uuid": "def-456" }
See the documentation for more information.
Must not be greater than 255 characters.
"b"
4326.41688
The uuid of an existing record in the teams table.
uuid
"architecto"
Successfully joined the location
"Successfully joined location"
123
"abc-123"
"My Location"
"def-456"
Was this page helpful?