- User
- Song
- Auth
- Artist
- Collection
- Search
- Payment
- Check HealthGET
Get User Profile
GET
/v1/user/me
UserProfile
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.hustmusik.live/v1/user/me'
Responses
🟢200OK
application/json
Body
data
objectÂ
required
id
stringÂ
required
avatarurl
stringÂ
required
username
stringÂ
required
country
string  | nullÂ
required
role
stringÂ
required
Example
{
"data": {
"id": "T2JzT7HuJl9kXE8DwklLD",
"avatarurl": "https://avatars.githubusercontent.com/u/43536183",
"username": "Dr. Harvey Batz",
"country": "South Georgia and the South Sandwich Islands",
"role": "ut non ut"
}
}
Modified at 2024-11-03 14:03:17