Chat

Number of APIs: 89

Welcome to the Qodex collection for Sceyt Chat API! This collection will help you quickly get started with testing and integrating our chat functionalities into your applications. Whether you're developing a chatbot, integrating a live chat system, or building any other messaging solution, this Qodex collection provides an easy way to test endpoints, verify responses, and streamline your development.

  1. User-Settings - Get User Settings GET {{baseUrl}}/users/{{user_id_1}}/settings

  2. User-Settings - Update User Settings PUT {{baseUrl}}/users/{{user_id_1}}/settings

  3. User-Settings - Add Privacy Exclusion Exceptions POST {{baseUrl}}/users/{{user_id_1}}/settings/privacy/{{privacy_parameter}}/exclusions

  4. User-Settings - Add Privacy Inclusion Exceptions POST {{baseUrl}}/users/{{user_id_1}}/settings/privacy/{{privacy_parameter}}/inclusions

  5. User-Settings - List Privacy Exclusion Exceptions GET {{baseUrl}}/users/{{user_id_1}}/settings/privacy/{{privacy_parameter}}/exclusions

  6. Channel - Unmute Channel PUT {{baseUrl}}/channels/{{channel_id}}/unmute

  7. Channel - Freeze Channel PUT {{baseUrl}}/channels/{{channel_id}}/freeze

  8. File Storage - Get File GET {{uploaded_file_url}}

  9. File Storage - Delete File DELETE {{uploaded_file_url}}

  10. Application - Create Role POST {{baseUrl}}/roles