Create IM
Creates a new instant message conversation or returns an existing IM between the specified users and the calling user.
Create a new single or multi party instant message conversation between the caller and specified users.
post
Header parameters
sessionTokenstringRequired
Session authentication token.
Bodyinteger · int64[]
integer · int64[]OptionalExample:
[7215545058313,7215545078461]Responses
200
OK
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
post
/v1/im/create
📘 Overview of streams
Last updated
Was this helpful?