Authenticate Pusher for the user
POST/api/v1/users/me/authenticate_pusher
Authenticate Pusher for the user
Request
- application/vnd.api+json
 
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
- 201
 
Authenticate Pusher for the user
- application/vnd.api+json
 
- Schema
 
Schema
any
Loading...