For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get profile

Get user profile details

get
/auth/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
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"
}