Talkamie APIs
    Talkamie APIs
    • https
      • alert
      • alerts
        • get alerts
      • auth
        • get user by token
        • sign up
        • sign in
        • sign out
      • availability
        • get custom availability
        • get weekly availability
        • set custom availability
        • set weekly availability
      • call
        • get call
      • calls
        • get call histories
      • chat
        • get chat
        • get messages
      • chats
        • get frequent chats
        • get unread chats
        • get chats
      • connect-request
      • connect-requests
        • get pending connection requests
        • get users you're in connection with
      • interests
        • get interests
      • otp
        • generate otp
        • verify otp
      • reviews
        • get your reviews
      • schedule
        • get a schedule
        • update a schedule
        • delete schedule
      • schedules
        • get all schedules
        • get past schedules
        • get upcoming schedules
      • user
        • update user
        • change password
        • get user
        • background check on user
        • delete user
        • schedule a call
        • clear schedules
        • send connection request
        • cancel connection request
        • accept connection from user
        • reject connection request
        • send message request
        • cancel message request
        • accept message request
        • reject message request
        • get user reviews
        • review a user
        • update review
        • delete review
      • users
        • get users
    • wss
      • alert
      • auth
      • call
      • call-signal
      • chats
      • messaging
      • ping socket

    wss

    web socket url#

    initialize the web socket#

    sending to the socket#

    event listeners on the socket#

    typings (schemas)#

    When requests are sent with a particular action type, a response is usually sent back with the same action type. Helps to identify which response is for which request.

    Pagination#

    Usually, all get handlers accepts the following props within their body request.
    so your body request may contain the pagination props;
    You must be authed before using some of the socket handlers after connections.
    Modified at 2025-06-09 08:46:10
    Previous
    get users
    Next
    alert
    Built with