cURL
curl --request GET \ --url https://api.sandbox.asapp.com/conversation/v1/conversations \ --header 'asapp-api-id: <api-key>' \ --header 'asapp-api-secret: <api-key>'
{ "items": [ { "id": "01BX5ZZKBKACTAV9WEVGEMMVRZ", "externalId": "id-111", "agent": { "externalId": "agent-111", "name": "agent-x" }, "customer": { "externalId": "customer-x", "name": "customer-name-x" }, "metadata": { "organizationalGroup": "some-group", "subdivision": "some-division", "queue": "some-queue" } } ] }
Retrieves a list of conversation resources that match the specified criteria.
You must provide at least one search criterion in the query parameters.
Your identifier for a conversation.
Successfully fetched conversations
A list of conversations
Was this page helpful?