Refresh Token
Authentication
Refresh Token
Use the following endpoint to refresh the authentication token for continued access to the DDN API.
POST
Refresh Token
Endpoint
Input Parameters
No specific input parameters are required for this endpoint.Authorizations
Body
application/json
Provide the refresh token to renew the authentication session.
The refresh token obtained during login.
Example:
"8joiu..."
Response
Token refreshed successfully
The renewed JWT Authentication token to use in the Authorization Bearer header for future requests.
Example:
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
The new refresh token for extending the authentication session.
Example:
"9klmn..."
Number of seconds before the new token expires.
Example:
3600
Identifies the type of token. Typically, this will be 'Bearer'.
Example:
"Bearer"
