Sign in

List Custom Sounds

documented

List custom sounds.

GET /api/v1/custom-sounds.listContent Managementno 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://rocket.chat/api/v1/custom-sounds.list?offset={{$offset}}&count={{$count}}&sort={{$sort}}&query={{$query}}&name={{$name}}" \
  -X GET \
  -H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-User-Id: {{$user_id}}" \
  -H "Accept: application/json"
List Custom Sounds · Rocket.Chat · OpenIntegrations