Get profile
This endpoint retrieves the profile details of the authenticated user.
Header parameters
AuthorizationstringRequired
Bearer token for authentication.
Responses
200
Successfully retrieved the user profile
*/*
statusintegerOptional
messagestringOptional
400
Bad Request, user not authenticated or other errors
*/*
get/auth/get-profile
GET /backend/api/auth/get-profile HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully got the profile"
}
