API-ReferenzKonversationConversation The conversation API allows you to manage your support conversations. GETGet all conversation categories./v2/conversation-categories/GETGet a specific conversation category./v2/conversation-categories/{categoryId}/GETGet all conversation the authenticated user has created or has access to./v2/conversations/POSTCreate a conversation./v2/conversations/GETGet a support conversation./v2/conversations/{conversationId}/PUTUpdate the basic properties of the conversation./v2/conversations/{conversationId}/POSTRequest a file upload token for the conversation./v2/conversations/{conversationId}/files/GETRequest an access token for the File belonging to the Conversation./v2/conversations/{conversationId}/files/{fileId}/access-token/GETGet members of a support conversation./v2/conversations/{conversationId}/members/GETGet all message of the conversation./v2/conversations/{conversationId}/messages/POSTSend a new message in the conversation./v2/conversations/{conversationId}/messages/PATCHUpdate the content of the message/v2/conversations/{conversationId}/messages/{messageId}/PUTUpdate the status of a conversation./v2/conversations/{conversationId}/status/GETGet preferences for customer conversations./v2/customers/{customerId}/conversation-preferences/