[]
        
(Showing Draft Content)

Token

Token

[GET] /api/token/longlivedaccesstoken

Response

Status Code: 200

Success

[POST] /api/integration/token/save

Request Schema

SaveTokenViewModel

Response

Status Code: 200

Success

IntegrationToken

[GET] /api/integration/token/{tokenId}

Parameters

Name Type Located In
tokenIdRequired string path

Response

Status Code: 200

Success

TokenViewModel

[GET] /api/integration/token/revoke/{tokenId}

Parameters

Name Type Located In
tokenIdRequired string path

Response

Status Code: 200

Success

IntegrationToken

[POST] /api/integration/token/generateurl

Request Schema

GenerateUrlViewModel

Response

Status Code: 200

Success

Models

Ƭ IntegrationToken

Name Type Description Example
titleNullable string
descriptionNullable string
tokenNullable string
userNullable string
expiresIn int32
tokenTypeNullable string
typeNullable string
clientIdNullable string
organizationPathNullable string

Ƭ SaveTokenViewModel

Name Type Description Example
titleNullable string
descriptionNullable string
userNullable string
access_tokenNullable string
expires_in int32
token_typeNullable string
organizationPathNullable string

Ƭ TokenViewModel

Name Type Description Example
idNullable string
userNullable string
titleNullable string
tokenNullable string
descriptionNullable string
createdTime ISO DateTime Sting
expiredTime ISO DateTime Sting
organizationPathNullable string

Ƭ GenerateUrlViewModel

Name Type Description Example
idNullable string
editionNullable string
hideAvatarMenu Boolean
hideWelcomeScreen Boolean