curl --location --request GET 'https://api.dialgood.com/external/v1/live-transcript/' \
--header 'Accept: application/json' \
--header 'api_token: <api-key>' \
--header 'Content-Type: application/json'{
"campaignId": "40410559-a812-4fe8-b75c-513d39c1c1ed",
"conversationId": "ef8c1cd9-9138-123f-6abf-020089741023",
"callId": "ef8c1cd9-9138-123f-6abf-020089741023",
"status": "available",
"entries": [
{
"role": "assistant",
"text": "Hey — it’s Alex from Apex Haulage. Am I speaking with Mark?"
},
{
"role": "user",
"text": "yeah how's it going"
}
]
}