v1

latestSwagger 2.02026-07-13285166341.1 KB
Authentication

Authenticate a user.

No Documentation Found.

post/api/v2/Authentication

Request body

usernamestring required

A unique ID a user needs to login with

passwordstring required

A secret word or phrase that must be used to gain admission

BearerAction'None' | 'Reset' | 'Disable'

The action to perform on the bearer token. Optional. Defaults to ‘None’.

MACAction'None' | 'Reset' | 'Disable'

The action to perform on the MAC token. Optional. Defaults to ‘None’.

Response

OK

UserIDinteger

The user ID

Namestring

The user's name

Usernamestring

The username used for authentication

Emailstring

The user's email address

Tokenstring

The token to use for API access

MACTokenstring

The MAC token to use for API access

MACIdstring

The MAC identifier to use for API access

ExpiresIninteger

How long the access token is valid, in seconds.

RefreshTokenstring

A refresh token used to request an updated Access Token.