Get details of a specific investment category for unauthenticated users (guests).Visibility Rules:
Only returns active categories (is_active = true)
Returns 404 for inactive categories
Rate Limiting: 60 requests per minute per IP address (independent bucket from units).
Request
Path Params
Header Params
Responses
🟢200
application/json
Category details
Body
Example
{"success":true,"data":{"id":1,"slug":"real-estate","name":"Real Estate","description":"Commercial and residential real estate investment opportunities","icon":"building","color":"#3B82F6","requires_membership":false,"membership_type":"elite","max_seats":100,"available_seats":75,"units_count":5,"created_at":"2024-01-15T10:30:00+00:00"}}