Skip to main content

Authenticate Pusher for the user

POST 

/api/v1/users/me/authenticate_pusher

Authenticate Pusher for the user

Request

Body

required

    authentication_for stringrequired

    Possible values: [business, user]

    For what resource you want to authenticate the user

    user_channel stringrequired

    Possible values: [conversations, notifications]

    record_id stringrequired

    UUID

    socket_id stringrequired

    Socket that the client needs to obtain and send

Responses

Authenticate Pusher for the user

Schema

    any

Loading...