VueFlow
  1. User
VueFlow
  • Vueron VueFlow Operation Manual
  • Mbembo
    • User
      • UserLogin
        POST
      • RefreshToken
        POST
    • Area
      • Stream Area Frame
    • Statistics
      • Get Zone Statistics
      • Get Zone Statistics Client
    • Event
      • Stream Event
    • AlarmLog
      • Get AlarmLog Count
      • Get AlarmLog List
  1. User

RefreshToken

POST
/api/v1/mbembo/user/refresh
Mbembo/User
When calling the Refresh API, no payload is required, and you can call it with the refresh token issued as a bearer token in the Authorization Header.
The response format and result data are the same as the Login API.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '{{dev_mbembo_url}}/api/v1/mbembo/user/refresh'
Response Response Example
{
  "trID": "20250213103014085663",
  "resultCode": "0200",
  "resultMsg": "RefreshToken OK",
  "resultData": [
    "eyJhbGciOiJSUzI1NiIsImtpZCI6IjE2NGMzMmZlLTM1MjctNDA1Yi04ZjI2LTlkYTE4YmFiYzk2MCIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwOi8vMTkyLjE2OC4xLjUzOjEwMjA1Iiwic3ViIjoiMSIsImF1ZCI6WyJvc2xvIiwibWJlbWJvIl0sImV4cCI6MTczOTQ0MjkxNCwiaWF0IjoxNzM5NDQyNjE0LCJqdGkiOiIzOWZlYTVmOC04NjA4LTQyZmUtOGUzNC1lZWJhN2M4ZGQ2MjIiLCJzY29wZXMiOlsiKiJdLCJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiYWRtaW4iXX19.b9DM9KrlZRmqomsa6sFaFA2sGAWwv30f3tPeP17Y0LcrEBrkkvuLLjOGIPjFh3Gx4vFaXQilXNzUUARbYrBxS0Hoj6KKBqk1ifnuVv6Yn2CYoH3I762FTsoGwQf-ZmWgrE6UP2-oD40bYgzAR9zCU9t8kGz_QXUlBLgoWfyltvhNbNv_nk5V7RJLAKLfp20VgnwSuA7nzhiyYoAHzslwHWm_3aCdy1rn-aTTl4X7rN271d-lORZ94XfoQCPlO_tRkiWbm3LAgf62WXRJ1AJ_c3KZiCVI9tGP2Zf3BTnWdTETTuBD9S7f5Es0bPyJpdKLuFDXIa45jj57l2j9xiA2GA",
    "eyJhbGciOiJSUzI1NiIsImtpZCI6IjE2NGMzMmZlLTM1MjctNDA1Yi04ZjI2LTlkYTE4YmFiYzk2MCIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwOi8vMTkyLjE2OC4xLjUzOjEwMjA1Iiwic3ViIjoiMSIsImF1ZCI6WyJtYmVtYm8iXSwiZXhwIjoxNzM5NTI5MDE0LCJpYXQiOjE3Mzk0NDI2MTQsImp0aSI6IjM5ZmVhNWY4LTg2MDgtNDJmZS04ZTM0LWVlYmE3YzhkZDYyMiIsInNjb3BlcyI6WyJtYmVtYm8iXSwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbImFkbWluIl19fQ.mwKUvKIOXPUKg7yZD6x8mrlZF1I0E_CHbqrgGOhXCmhJnyzv4YwTxDXwIOBiUog3847NCYRtZ9E1nsfdL45iGIVG0Ku6nZ1DRg6HwbZQjwYqdqnGtCXGSIwOKyFfFeMx1k4TP85__9EsN25-HqqoJSgcVWicZkFNMBfOzgvcId7_2gcBwoFNPWFvCOjllmhufs3Ih1N6M5qxlwh8Xcq_baXAOLVt39guFifwcNU-5HSTUWuTK3SzJDDVZBqurUoiPHPLL7TeKGXyA_0gFop9bfA3YD3mvx_E-naEgAcbYBTjTFf4xShchjjQzSw3OtBpN0kdUFjc8O_5ADKNpY_PUg"
  ]
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200Success
application/json
Body
trID
string <YYYYMMDDhhmmssnnxxxx>
required
YYYYMMDDhhmmssminnnn
Example:
20250212174827129876
resultCode
enum<string> 
required
0200
Allowed values:
020014011429
resultMsg
string 
required
Request OK
errMsg
string  | null 
optional
Error Messsage if exists
cursor
string 
required
Encoded cursor information, generated by pagination only
resultData
array[string <JWTToken>]
required
Modified at 2025-02-13 10:36:07
Previous
UserLogin
Next
Stream Area Frame
Built with