# Get user conversations

You can return a list of all conversations with a specific user.

GET /api/public/users/:user_id/conversations/

Attributes Type Required Description
user_id string yes A unique identifier for the user which is given by User.com automatically.

# Request

  • CURL
  • JavaScript
  • PHP
  • Python
curl -X GET -H "Authorization: Token <your_64_char_api_key>"
-H "Accept: */*; version=2" 
-H "Accept: */*; version=2" "https://<your_app_subdomain>.user.com/api/public/users/:user_id/conversations/"