Sign in

Get RCS message

documented

Retrieve a previously sent RCS message.

GET /v2/rcs/messages/{id}RCSno 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.transmitmessage.com/v2/rcs/{{$id}}" \
  -X GET \
  -H "X-API-KEY: {{KUDOSITY_API_KEY}}" \
  -H "Accept: application/json"