Category: Server API

  • 5 Message Endpoint

    You can use this API for managing various behaviour of message. Send Message After succeed creating chat room in Qiscus Server, now you can send message to the chat room. There are several type of message that you can post to a chat room, instead of text (default). Each message has different payload format (particularly…

  • 4 Chat Room Endpoint

    In Chat Room you can add additional information called options that is automatically synchronized by each participant in the conversation. It is important that the amount of data stored in options is kept to a minimum to ensure the quickest synchronization possible. For further detail you can see this Chat Room Types section. Create Group…

  • 3 User Endpoint

    This section contains user Qiscus Chat SDK behavior. You can do login or register user with meta data, update user profile with metadata, get users who have unread count, and get all users data. You need to register the user to Qiscus Server, or if you already have Qiscus Account, you can login or update…

  • 2 Try Postman Collection of Server API

    We have a postman collection that make easier for you to try Server API, you can see postman collections of Qiscus Server APIs by clicking this link.

  • 1 Introduction to Qiscus Server API

    Qiscus provides Server API for you to interact with Qiscus data such as, user, chat room, message in your server side, for example you have bot engine that need to send a message in Qiscus Chat SDK, then you can use Server API to do so. You also can do backup, import, and export your…