GET
/
v2
/
workspaces
/
members
/
code
curl --request GET \
  --url https://api.squarecloud.app/v2/workspaces/members/code \
  --header 'Authorization: <authorization>'
{
  "status": "success", 
  "code": "9c1a499e623d2410226f1ecdc7e6daaec2fc6704"
}
Authorization
string
required

The API key for your account. You can find this in your account settings.

Response

status
string

Indicates whether the call was successful. success if successful, error if not.

code
string

Your team invite code.

{
  "status": "success", 
  "code": "9c1a499e623d2410226f1ecdc7e6daaec2fc6704"
}