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