Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
Appearance
Menu
Return to top
Returns the conversation ID for a conversation between the current user and given others. The conversion is created if it does not exist yet.
POST
/api/conversations/lookup
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Request Body
application/json
Schema
JSON
JSON
{
"ids"
:
[
0
]
}
Responses
200
401
404
Success.
Content-Type
application/json
Schema
JSON
JSON
{
"id"
:
0
}
POST
/api/conversations/lookup
Playground
Authorization
api_key
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python