Transfer chats
    • PDF

    Transfer chats

    • PDF

    Article summary

    Available in Classic and VPC

    It is an API to transfer chats. For the use flow of B2B PRISM Live Studio, see Chat process.

    Requests

    The request format is as follows:

    PUT /prism/v1/service/live/{liveId}/chat
    

    Request headers

    The description of the header is as follows:

    NameTypeDescriptionRequired
    x-prism-access-tokenStringAccess Token issued through OAuth2.0 authorizationY

    Request path parameters

    The description of the parameters is as follows:

    NameTypeDescriptionRequired
    liveIdStringLive IDY

    Request body

    The description of the body is as follows:

    NameTypeDescriptionRequired
    messageStringChat message contentY

    Responses

    N/A

    Examples

    Introduces examples of syntax.

    Request examples

    An example of the syntax is as follows:

    curl -X PUT /prism/v1/service/live/{liveId}/chat
        -H "x-prism-access-token: {access-token}"
    

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.