Conversations

Get Conversation

get/api/v1/conversations/{uuid}

Path parameters

uuidstring required

Conversation UUID

Response

Conversation retrieved successfully

statusstring

Example response

{
  "status": "success",
  "data": {
    "id": 51,
    "uuid": "7d692b95-73dc-4f53-9343-6ed47a3db903",
    "reference_number": "150",
    "status": "Open",
    "subject": "[GitHub] A third-party GitHub Application has been added",
    "inbox_mail": "support@example.com",
    "inbox_name": "Support Inbox",
    "inbox_channel": "email",
    "last_message": "Hey! A third-party GitHub Application was recently authorized...",
    "last_message_sender": "contact"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.