v1

latestOpenAPI 3.0.1Apache 2.02026-07-1398228598.3 KB
Conversation

Get Conversation by External ID

Looks up a conversation by its external application ID (the ID from the source system that originally imported the conversation). Returns the Attention conversation UUID if found.

get/conversations/by-external-id/{externalId}

Path parameters

externalIdstring required

The external application ID used when the conversation was imported

Response

Conversation found

conversation_idstring

Attention conversation UUID corresponding to the external ID

Example response

{
  "conversation_id": "conv_abc123"
}