Sign in

List conversations

documented

Retrieve conversations for the Brand

GET /conversationsConversationsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$brand}}.reamaze.io/api/v1/conversations?{{$query}}&page={{$page}}&page_size={{$limit}}" \
  -u "{{$REAMAZE_LOGIN_EMAIL}}:{{$REAMAZE_API_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List conversations · Re:amaze · OpenIntegrations