cURL
curl --request GET \ --url https://api.g-tateth.com/api/v1/conversations/{id} \ --header 'Authorization: <api-key>'
{ "success": true, "data": { "_id": "<string>", "subject": "<string>", "status": "open", "priority": "low", "channel": "<string>", "customerId": "<string>", "assignedTo": "<string>", "inboxId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Documentation IndexFetch the complete documentation index at: https://docs.g-tateth.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.g-tateth.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key authentication. Format: Bearer sk_live_... or Bearer sk_test_...
Conversation ID
Conversation details
Show child attributes