- User
- Song
- Auth
- Artist
- Collection
- Search
- Payment
- Check HealthGET
Get All Users
GET
/v1/user
User
Request
Query Params
page
string
optional
Example:
1
limit
string
optional
Example:
30
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?page=1&limit=30'
Responses
🟢200OK
application/json
Headers
Authorization
string
optional
Body
data
array [object {5}]
required
userid
string
required
username
string
required
avatarurl
string
required
email
string
required
role
string
required
Example
{
"data": [
{
"id": "e254e9c0-34ae-4c92-9b0f-48f2b11d71579",
"username": "user_74060bdb",
"role": "Artist Manager",
"avatarurl": "<image link>"
}
]
}
🔴500Server Error
Modified at 2024-12-07 07:25:40