- User
- Song
- Auth
- Artist
- Collection
- Search
- Payment
- Check HealthGET
Sign Out
GET
/v1/auth/signout
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/auth/signout'
Responses
🟢200OK
application/json
Body
message
stringÂ
required
Example
{
"message": "User signed out successfully"
}
Modified at 2024-11-04 05:00:27