Sign in

Get conversation

documented

Retrieve a conversation by slug

GET /conversations/{slug}Conversationsno 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/{{$slug}}" \\
  -u "{{$login_email}}:{{REAMAZE_API_KEY}}" \\
  -H "Accept: application/json"
Get conversation · Re:amaze · OpenIntegrations