Skip to main content
POST
/
workspaces
/
{workspaceName}
/
join
Accept invitation to workspace
curl --request POST \
  --url https://api.blaxel.ai/v0/workspaces/{workspaceName}/join \
  --header 'Authorization: Bearer <token>'
{
  "email": "<string>",
  "workspace": {
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "createdBy": "<string>",
    "updatedBy": "<string>",
    "accountId": "<string>",
    "displayName": "<string>",
    "id": "<string>",
    "labels": {},
    "name": "<string>",
    "region": "<string>",
    "runtime": {
      "generation": "<string>"
    },
    "status": "<string>",
    "statusReason": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceName
string
required

Name of the workspace

Response

Invitation successfully accepted

Pending invitation accept

email
string

User email

workspace
object

Workspace Time fields for Persistance Owner fields for Persistance

I