Use the following endpoint to refresh the authentication token for continued access to the DDN API.
Provide the refresh token to renew the authentication session.
The refresh token obtained during login.
"8joiu..."
Token refreshed successfully
The renewed JWT Authentication token to use in the Authorization Bearer header for future requests.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
The new refresh token for extending the authentication session.
"9klmn..."
Number of seconds before the new token expires.
3600
Identifies the type of token. Typically, this will be 'Bearer'.
"Bearer"