Skip to main content
POST
Refresh access token

Authorizations

Authorization
string
header
required

JWT refresh token. Use the refresh_token from login/signup.

Response

201 - application/json

New token pair

access_token
string
Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

refresh_token
string
Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

user
object