To get profile
GET/profile
To get the profile data
Request
Query Parameters
tab stringrequired
Available tab, courses or profile
Responses
- 200
- 401
- 500
Success.
- application/json
- Schema
- Example (from schema)
Schema
success boolean
tab string
Example:
profiledata object
{
"success": true,
"tab": "profile",
"data": {}
}
Unauthorized.
Internal server error.
- application/json
- Schema
- Example (from schema)
Schema
message string
status_code integer
Example:
500{
"message": "string",
"status_code": 500
}