[]
        
(Showing Draft Content)

Token

Token

[GET] /api/token/longlivedaccesstoken

Responses

[200] Success

[POST] /api/integration/token/save

Save the generated token.

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

SaveTokenViewModel

Responses

[200] Success

IntegrationToken

Type: [text/plain], [application/json], [text/json]

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

Parameters

Name In Type
tokenIdRequired path string

Get the specified token using id.

Responses

[200] Success

TokenViewModel

Type: [text/plain], [application/json], [text/json]

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

Parameters

Name In Type
tokenIdRequired path string

Revoke the specified token using id.

Responses

[200] Success

IntegrationToken

Type: [text/plain], [application/json], [text/json]

[POST] /api/integration/token/generateurl

Generate the URLs using the specified token id.

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

GenerateUrlViewModel

Responses

[200] Success

Models

Ƭ IntegrationToken

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

Ƭ SaveTokenViewModel

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

Ƭ TokenViewModel

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

Ƭ GenerateUrlViewModel

Name Type
idNullable string
editionNullable string
hideAvatarMenu Boolean
hideWelcomeScreen Boolean