Sign in

List Conversations

documented

Fetch conversations history.

GET /a1/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://api.46elks.com/a1/conversations" \
  -u "{{46ELKS_USERNAME}}:{{46ELKS_PASSWORD}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -X GET
List Conversations · 46elks · OpenIntegrations