Use the following endpoint to obtain an access token required for authenticating subsequent API requests to the DDN API.
12345eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...8joiu...3600BearerYour group ID number. Example: 12345
Successful login
The JWT Authentication token to use in the Authorization Bearer header for future requests.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
The token to refresh the authentication session.
"8joiu..."
Number of seconds before the token expires.
3600
Identifies the type of token. Typically, this will be 'Bearer'.
"Bearer"