OpenIsle Docs
ApiMessagesConversations

Find or create conversation

Find existing or create new conversation with recipient

POST
/api/messages/conversations
AuthorizationBearer <token>

In: header

recipientId?integer
Formatint64

Response Body

curl -X POST "https://www.open-isle.com/api/messages/conversations" \  -H "Content-Type: application/json" \  -d '{}'
{
  "conversationId": 0
}