Sign in

Marketplace App - Incoming API

documented

Public endpoint for app-specific inbound actions.

GET /api/apps/public/{app-id}/incomingMarketplace Appsno 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://{{$server_url}}/api/apps/public/{{$app_id}}/incoming" \
  -X GET \
  -H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-User-Id: {{$user_id}}" \
  -H "Accept: application/json"
Marketplace App - Incoming API · Rocket.Chat · OpenIntegrations