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>"
}
}Accepts an invitation to a 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>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of the workspace
Invitation successfully accepted
Pending invitation accept
User email
Workspace Time fields for Persistance Owner fields for Persistance
Show child attributes
The date and time when the resource was created
The date and time when the resource was updated
The user or service account who created the resource
The user or service account who updated the resource
Workspace account id
Workspace display name
Autogenerated unique workspace id
Workspace labels
Workspace name
Workspace write region
Workspace status (created, account_binded, account_configured, workspace_configured, ready, error)
Reason for current status (only set for error status)
Was this page helpful?