Skip to main content
GET
/
api
/
v1
/
investor-portfolios
/
{portfolioId}
cURL
curl -sS -X GET "$FLUIDE_BASE_URL/api/v1/investor-portfolios/string"
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Path Parameters

portfolioId
string
required

portfolioId identifier

Response

Get One

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