List App User Messages
documentedList messages for a given app user.
GET /v1.1/apps/{appId}/appusers/{userId}/messagesSunshine Conversationsno implementation yet0 runsNo 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.smooch.io/v1.1/apps/{{$app_id}}/appUsers/{{$user_id}}/messages?limit={{$limit}}&offset={{$offset}}" \
-X GET \
-H "Accept: application/json" \
--user '{{ZENDESK_API_KEY}}:{{ZENDESK_SECRET}}'