cURL
curl --request GET \ --url https://api.flipsidecrypto.xyz/public/v3/chat-sessions/list \ --header 'x-api-key: <api-key>'
{ "chats": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "userId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdById": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "updatedById": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "meta": null, "isPublic": false, "visibility": "personal", "version": "4", "userAgent": "web" } ], "total": 123 }
Retrieve all chat sessions belonging to the authenticated user’s profile. Returns up to 30 most recent sessions.
Chat sessions retrieved successfully
Show child attributes
Was this page helpful?