Skip to main content
GET
/
api
/
v1
/
partner
/
workspaces
/
{workspaceId}
/
clients
/
{companyId}
/
home
cURL
curl -sS -X GET "$FLUIDE_BASE_URL/api/v1/partner/workspaces/string/clients/string/home"
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Path Parameters

workspaceId
string
required

workspaceId identifier

companyId
string
required

companyId identifier

Response

Get Client Home

success
boolean
required

Whether the request succeeded

Example:

true

message
string
required

Human-readable outcome message (localized when i18n is configured)

Example:

"Operation completed successfully"

data
object

Endpoint-specific payload