| Parameter | Type | Default | Description |
|---|---|---|---|
| per_page | integer | 100 | Number of results to be returned per request (100 is the maximum) |
| page_no | integer | 1 | Number of results page |
| sort_by | string | created_at | Property on which list is sorted |
| sort_direction | string | desc | Sort direction (asc, desc) |
| with_archived | bool | false | List archived and active conversations |
{
"conversations": [], // List of Conversations - see 'Conversation model'
"pagination_info": {} // Pagination info - see 'Pagination info'
}curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/users/me/conversations?only_unseen=false' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer '{}