Available categories for enrollment
Returns categories that require membership and have types available for the investor to enroll in.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Responses
application/json
List of available categories with enrollment options
{
"success": true,
"data": [
{
"category": {
"id": 0,
"slug": "string",
"name": "string",
"description": "string",
"icon": "string",
"color": "string"
},
"membership_type": "elite",
"seats": {
"max": 50,
"occupied": 12,
"available": 38
}
}
]
}
Modified at 2026-03-12 00:48:26