Refresh the authentication token of a user. This is useful after authenticating a user with a third-party service to ensure the token holds the new user's details, or when you don't want users to re-login every day.
Request Request Example
JavaScript
Shell
Java
Swift
curl--location-g--request POST '{{BASE_URL}}/auth/token/refresh'
Response Response Example
200 - Example 1
{"token":"string"}
Request
None
Responses
🟢200OK
application/json
OK
Body
The authentication's details.
token
stringÂ
token
required
The JWT token used for registration or authentication.