← Back to all endpoints
POST /auth/refresh public

Request Body

Content-TypeFormat
application/json object

Schema

FieldTypeRequiredDescription
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": [] }