Skip to main content

Create dictionary token

POST 

/bv/chatroom/v1/dictionaries/tokens

Generates a token for managing dictionary-related APIs.

Request

Body

required

    object

Responses

A successful response.

Schema
    token string
    expires_in int32

    Indicates the lifetime in seconds of the token.

Loading...