Retrieves all conversations for the authenticated user
cURL
curl --request GET \ --url http://localhost:3000/api/conversations/get-conversations
{ "conversations": [ { "id": "<string>", "artistId": "<string>", "clientId": "<string>", "otherUserName": "<string>", "otherUserPhotoURL": "<string>", "otherUserUsername": "<string>", "lastMessage": {}, "unreadCounts": {} } ] }
The view perspective (artist or client)
artist
client
Conversations retrieved successfully
Show child attributes