Sign in

List MMS

documented

Fetch MMS history with optional filters.

GET /a1/mmsMMSno 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/mms?start={{start}}&end={{end}}&limit={{limit}}" \
  -X GET \
  -u "{{46ELKS_API_KEY}}:{{46ELKS_SECRET}}" \
  -H "Accept: application/json"
List MMS · 46elks · OpenIntegrations