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>",
"labels": {},
"name": "<string>",
"region": "<string>",
"runtime": {
"generation": "<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>",
"labels": {},
"name": "<string>",
"region": "<string>",
"runtime": {
"generation": "<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
Was this page helpful?