๐Ÿ“”User Information

circle-exclamation

Get User Information

POST /api/v1/user-information

This API method retrieves the current information of a user registered in the system. It provides essential details about the user, such as profile data and account status, ensuring accurate and up-to-date information is available.

Headers

Name
Value

Content-Type

application/json

X-Authorization-Token

<token>

Response

{
  "code": 0,
  "msg": "Successful",
  "requestTime": "YYYY-MM-DD HH:mm:ss",
  "requestUuid": "<UUID v4>",
  "data": {
    ...
  }
}