Sign in

Get MMS by ID

documented

Retrieve a single MMS by its ID.

GET /a1/mms/{id}MMSno 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/{{$id}}" \
  -X GET \
  -u "{{46ELKS_API_KEY}}:" \
  -H "Accept: application/json"