Inbox
Shared inbox helpdesk for all your support channels. Built for your team.
Chat
Embeddable live chat and auto customer messaging for your website and app.
Live
Get more sales with real time customer activity monitoring and personal messages.
FAQ
Customizable and embeddable FAQ center to help customers help themselves.
GET /conversations/{slug}
Issuing a GET call to conversations will allow you to retrieve a specific conversation
Example Request
curl 'https://{brand}.reamaze.io/api/v1/conversations/{slug}' \ -u {login-email}:{api-token} \ -H 'Accept: application/json'
Example Response
{ "subject": "Knock, knock?", "slug": "knock-knock", "status": 0, "created_at": "2000-01-01T00:00:01.001-01:00", "tag_list": ["joke"], "message": { "body": "I've got a great joke for you!" }, "last_staff_message": { "body": "Who's there?", "created_at": "2000-01-01T01:00:01.001-01:00", }, "last_customer_message": { "body": "Insert joke here", "created_at": "2000-01-01T01:00:01.001-01:00", }, "author": { "name": "bob", "email": "[email protected]" }, "assignee": null, "category": { "name": "Support", "slug": "support", "email": "[email protected]", "channel": 1 }, "data": { "custom_attribute": "custom data" }, "followers": [{ "name": "bob", "email": "[email protected]" }] }
Join thousands of teams using Reamaze to impress customers.
Find out how with a free account.