Avatar Management

Get Streaming Avatar Detail

Get detailed information about a specific streaming avatar

get/api/open/v4/liveAvatar/avatar/detail

Query parameters

avatar_idstring required

Unique identifier for the streaming avatar

Response

Avatar details

codeinteger required

Interface returns business status code (1000: success)

msgstring required

Interface returns status information

Example response

{
  "code": 1000,
  "msg": "OK"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.