Skip to main content
GET
/
public
/
workspace
/
{workspaceId}
/
invite-url
Get invite URL
curl --request GET \
  --url https://api.userplane.com/api/v1/public/workspace/{workspaceId}/invite-url \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "data": {
    "inviteUrl": "<string>",
    "workspaceId": "<string>"
  }
}
Returns the invite URL for a workspace. Requires the authenticated user to be an active member of the workspace.

Errors

Error codeStatusDescription
WORKSPACE_NOT_FOUND404Workspace does not exist
Also returns common authentication errors.

Get Workspace

Retrieve workspace details

List Workspaces

List all workspaces you belong to

Authorizations

Authorization
string
header
required

API key with uspl_ prefix. Create keys at dash.userplane.io/_/account?tab=developers

Path Parameters

workspaceId
string
required
Minimum string length: 1

Response

OK

message
string
required
data
object
required