Refresh access token
POST
/api/auth/refresh
Request Bodyrequired
Responses
200
Access token refreshed
object
access_token
required
string
expires_in
required
integer format: int64
refresh_token
string | null
token_type
required
string
400
Refresh_token missing
401
Invalid or expired refresh token