1. Profile
Gau Backend Microservices
  • Default module
    • Config Service
      • Get
      • Update
      • Delete
      • Create
      • Health
    • Account Service
      • Authentication
        • Register
        • Login
        • Oauth2
      • Profile
        • Get
          GET
        • Upload Avatar
          PATCH
        • Update
          PUT
    • License Service
      • Create
      • Active
      • Verify
      • Detail
      • Revoke
      • Health
    • Authorization Service
      • Create
      • Renew
      • Check
      • Health
      • Revoke
    • Upload Service
      • [File] Upload File
      • [File] Get Upload File
    • Legacy
      • CDN Service
        • [CDN] Get File
      • Account Service
        • Basic Auth
          • [Auth] Login
          • [Auth] Register
          • [Auth] Logout
        • OAuth 2.0
          • [Auth] Google Login
          • [Auth] Logout
        • Profile
          • [Profile] Update Profile
          • [Profile] Get Profile
          • [Profile] Get Security Info
          • [Profile] Update Avatar
          • [Profle] Get All Data
        • MFA
          • [TOTP] Get TOTP Authentication
          • [TOTP] Enable TOTP Authentication
          • [TOTP] Verify Login
  1. Profile

Get

Developing
GET
https://api.gauas.com/v1/account/profile
Maintainer:Not configured

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.gauas.com/v1/account/profile?id=019e64fb-093a-753f-911a-550eb7f3ad57' \
--header 'x-Device-ID: test' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiMDE5ZTc5ZmYtMTAzNC03ZWQ1LTljYWItY2FhZjY2NjNiY2VhIiwicGVybWlzc2lvbiI6Im1lbWJlciIsImRldmljZV9pZCI6InRlc3QiLCJ0b2tlbl9pZCI6Mywic3ViIjoiMDE5ZTc5ZmYtMTAzNC03ZWQ1LTljYWItY2FhZjY2NjNiY2VhIiwiZXhwIjoxNzgwMTY2MDYyLCJpYXQiOjE3ODAxNjUxNjJ9.bFcxmadxkP3yLHaXeOCc8qF2axwadI1XHSWx5BhlwFU'
Response Response Example
{}
Modified at 2026-05-30 18:22:12
Previous
Oauth2
Next
Upload Avatar
Built with