GET
/
conversation
/
v1
/
conversations
/
{conversationId}

Authorizations

asapp-api-id
string
headerrequired
asapp-api-secret
string
headerrequired

Path Parameters

conversationId
string
required

The identifier for a conversation.

Response

200 - application/json

Represents a conversation between an agent and a customer.

id
string

The unique identifier for the conversation within the ASAPP system.

externalId
string
required

The unique identifier for the conversation in your external chat or voice system.

agent
object

Information about the agent participating in the conversation.

customer
object
required

Information about the customer participating in the conversation.

metadata
object

Additional key-value pairs to store custom metadata about the conversation. Use this for filtering or categorization purposes.