Skip to main content
POST
Login

Endpoint

Input Parameters

string
required
Your group ID number.Example: 12345

Response Fields

string
required
The JWT Authentication token to use in the Authorization Bearer header for future requests.Example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
string
required
The token to refresh the authentication session.Example: 8joiu...
int
required
Number of seconds before the token expires.Example: 3600
string
required
Identifies the type of token. Typically, this will be “Bearer”.Example: Bearer

Authorizations

x-ddn-client-key
string
header
required

Query Parameters

groupId
string
required

Your group ID number. Example: 12345

Response

Successful login

accessToken
string

The JWT Authentication token to use in the Authorization Bearer header for future requests.

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

refreshToken
string

The token to refresh the authentication session.

Example:

"8joiu..."

expiresIn
integer

Number of seconds before the token expires.

Example:

3600

tokenType
string

Identifies the type of token. Typically, this will be 'Bearer'.

Example:

"Bearer"