Skip to content
Vessios Docs
English
Esc
navigateopen⌘Jpreview

Refresh

POST/auth/refresh
Request body
requiredapplication/json
refresh_tokenstringrequired
Responses
200Successful Response
any
422Validation Error
detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
Request
curl -X POST "/auth/refresh" \
  -H "Content-Type: application/json" \
  -d '{
  "refresh_token": "string"
}'
Response
"string"