cURL
curl --request GET \ --url https://api.veryfront.com/conversations \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "type": "chat", "status": "active", "message_count": 123, "created_by": "<string>", "created_at": "<string>", "updated_at": "<string>", "project_id": "<string>", "title": "<string>", "summary": "<string>", "current_node": "<string>", "last_message_at": "<string>", "metadata": {}, "archived_at": "<string>" } ], "page_info": { "self": "<string>", "first": null, "next": "<string>", "prev": "<string>" } }
Lists conversations for the current user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 100
Conversation list
Show child attributes