- User
- Song
- Auth
- Artist
- Collection
- Search
- Payment
- Check HealthGET
Renew Session
Developing
POST
/v1/auth/session/renew
Request
Body Params application/json
object {0}
Example
{
"refresh_token": "2hvqL0xz_eDtT9MK9WqdWw"
}
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 POST 'https://api.hustmusik.live/v1/auth/session/renew' \
--header 'Content-Type: application/json' \
--data-raw '{
"refresh_token": "2hvqL0xz_eDtT9MK9WqdWw"
}'
Responses
🟢200Success
application/json
Body
user
object
required
id
string
required
aud
string
required
session
object
required
access_token
string
required
expires_in
integer
required
refresh_token
string
required
Example
{
"user": {
"id": "b8d858ad-99f3-4d00-88ac-4c84c4bb528c",
"aud": "authenticated"
},
"session": {
"access_token": "eyJhbGciOiJIUzI1NiIsImtpZCI6InU0SVY3bmU4MmZrUFNweW4iLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJodHRwczovL2FvdHJqYWVib3B0d2F1anNkYXBvLnN1cGFiYXNlLmNvL2F1dGgvdjEiLCJzdWIiOiJiOGQ4NThhZC05OWYzLTRkMDAtODhhYy00Yzg0YzRiYjUyOGMiLCJhdWQiOiJhdXRoZW50aWNhdGVkIiwiZXhwIjoxNzM1NTcxODA1LCJpYXQiOjE3MzU1NjgyMDUsImVtYWlsIjoiemVhbm4zdGhAeW9wbWFpbC5jb20iLCJwaG9uZSI6IiIsImFwcF9tZXRhZGF0YSI6eyJwcm92aWRlciI6ImVtYWlsIiwicHJvdmlkZXJzIjpbImVtYWlsIl19LCJ1c2VyX21ldGFkYXRhIjp7ImNvdW50cnkiOiJWTiIsImVtYWlsIjoiemVhbm4zdGhAeW9wbWFpbC5jb20iLCJlbWFpbF92ZXJpZmllZCI6ZmFsc2UsInBob25lX3ZlcmlmaWVkIjpmYWxzZSwic3ViIjoiYjhkODU4YWQtOTlmMy00ZDAwLTg4YWMtNGM4NGM0YmI1MjhjIiwidXNlcm5hbWUiOiJUZXN0In0sInJvbGUiOiJhdXRoZW50aWNhdGVkIiwiYWFsIjoiYWFsMSIsImFtciI6W3sibWV0aG9kIjoicGFzc3dvcmQiLCJ0aW1lc3RhbXAiOjE3MzU1NjgwNjV9XSwic2Vzc2lvbl9pZCI6IjYzZWIxZDhhLTQ0ZWEtNDEyOC05YjdmLWQ2ODQxYmFmNzc0NiIsImlzX2Fub255bW91cyI6ZmFsc2V9.C3NoMpFogv1CCWzd53PXSIq5j3UB95d88uPaxhL3cts",
"expires_in": 3600,
"refresh_token": "kV1KbXYFrn7SYwta4HzEww"
}
}
Modified at 2024-12-30 14:23:42