# Refresh Pair Of Tokens **POST /api/auth/refresh** ## Servers - production: https://lztup.toil.cc (production) ## Parameters ### Body: application/json (object) - **refresh_token** (string) ## Responses ### 200 Successful Response #### Body: application/json (object) - **access_token** (string) Token for API access - **token_type** (string) Token Type - **scopes** (array[string]) User scopes - **expires_in** (integer) Access Token lifetime in seconds - **refresh_token** (string) Token for updating the access token ### 503 Database connection error #### Body: application/json (object) - **detail** (string) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)