Skip to content

User Token Refresh

GET
/v1/users/refresh
curl --request GET \
--url https://example.com/api/v1/users/refresh \
--header 'Authorization: <Authorization>'

HandleAuthRefresh returns a handler that will issue a new token from an existing token. This does not validate that the user still exists within the database.

OK