# Get Conversation History

The API call below is used to retrieve the conversation history of an appUser.

{% hint style="info" %}
The URL includes placeholders for the organization ID and phone number, which need to be replaced with actual values to make the request.
{% endhint %}

{% tabs %}
{% tab title="cURL" %}

```
curl --location 'channel360.co.za/v1.1/org/{{orgId}}/whatsapp/subscriber/{{number}}/conversation/history'
```

{% endtab %}
{% endtabs %}

This YAML outlines an API endpoint for retrieving the chat history of a WhatsApp subscriber.&#x20;

The endpoint is intended to process GET requests, allowing users to receive conversation history data.

#### Get Conversation History

<mark style="color:$success;">**`GET`**</mark>  `/v1.1/org/:orgId/whatsapp/subscriber/:destinationId/conversation/history`

```
```

{% openapi src="<https://685637647-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FP4Um8QSERfruL8OrCzQm%2Fuploads%2FS0JldbexA7Auh00BnE25%2Finfo513-LK.1-1.0.0-resolved%20(4).json?alt=media&token=0bf799de-12d3-471e-a1a5-8d06d86b9247>" path="/v1.1/org/{orgId}/whatsapp/subscriber/{destinationId}/conversation/history" method="get" %}
[info513-LK.1-1.0.0-resolved (4).json](https://685637647-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FP4Um8QSERfruL8OrCzQm%2Fuploads%2FS0JldbexA7Auh00BnE25%2Finfo513-LK.1-1.0.0-resolved%20\(4\).json?alt=media\&token=0bf799de-12d3-471e-a1a5-8d06d86b9247)
{% endopenapi %}
