Skip to content
Scribe Docs
Search
K
Main Navigation
Guide
API Reference
Open Scribe
Appearance
Menu
Return to top
Refresh access token
POST
/api/v1/auth/refresh
Return a new JWT access token for the currently authenticated user.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Responses
200
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"access_token"
:
"string"
,
"token_type"
:
"bearer"
}
POST
/api/v1/auth/refresh
Playground
Server
Select a server...
Authorization
HTTPBearer
Try it out
Samples
Powered by
VitePress OpenAPI