← Back to all endpoints
POST
/auth/refresh
public
Request Body
Content-Type
Format
application/json
object
Schema
Field
Type
Required
Description
refresh_token
string
Yes
Long-term refresh token
Example
{ "refresh_token": "<Long-term refresh token>" }
Responses
200
Successful Response
{ "access_token": "<access_token>", "expires_in": 0 }
422
Validation Error
{ "detail": [] }