Skip to content

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

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"ids": [
0
]
}

Responses

Success.

application/json
JSON
{
"id": 0
}

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python