v1
latestOpenAPI 3.0.02026-07-14235231.7 KBuser
List user conversations
get/users/{user_id}/conversations
Response
List user conversations
Example response
[
{
"display_name": "Customer Chat",
"href": "https://api.nexmo.com/v0.1/conversations/CON-63f61863-4a51-4f6b-86e1-46edebio0391",
"id": "CON-63f61863-4a51-4f6b-86e1-46edebio0391",
"image_url": "https://example.com/image.png",
"member_id": "MEM-63f61863-4a51-4f6b-86e1-46edebio0391",
"name": "customer_chat",
"state": "invited",
"timestamp": {
"created": "2020-01-01T14:00:00.00Z"
}
}
]