Get chats

GET /data/user/chats

Return chats where user is participant

Responses

  • 200 application/json

    Chats where user is participant

GET /data/user/chats
curl \
 --request GET 'http://api.example.com/data/user/chats' \
 --header "Authorization: $API_KEY"
Response examples (200)
[
  {}
]