Skip to main content

Create sticker token

POST 

/bv/chatroom/v1/stickerpacks/tokens

Generates a sticker token for managing sticker-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...