AuthToken
AuthToken
[POST] /api/authtoken
The authentication token for Wyn integration.
Request Schema
any
Response
Status Code: 200
Success
[GET] /api/authtoken/{authToken}
Get the authentication token for Wyn integration.
Parameters
Name | Type | Located In | Description |
---|---|---|---|
authTokenRequired | string | path | The authentication token. |
Response
Status Code: 200
Success
[GET] /api/authtoken/settings
Get the authentication token settings for Wyn integration.
Response
Status Code: 200
Success
[PUT] /api/authtoken/settings
Update the authentication token settings for Wyn integration.
Request Schema
Response
Status Code: 200
Success
Models
Ƭ AuthToken
Name | Type | Description | Example |
---|---|---|---|
authTokenKeyNullable | string | ||
tokenNullable | string | ||
cookieLifetime | int32 | ||
created | ISO DateTime Sting |
Ƭ TokenSettingsViewModel
Name | Type | Description | Example |
---|---|---|---|
lifetimeNullable | int32 |