Skip to main content

Get chatroom admin name

GET 

/bv/cms/v1/lives/:id/interaction/chatroom/admin-names:last

Returns the name of the chatroom administrator.


  • Returns a 404/NotFound error if the requested resource is not found.

Request

Path Parameters

    id stringrequired

    Required. The unique id of the live.

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Responses

A successful response.

Schema
    name string

    Required. The admin name in chatroom.

Loading...