Sign in

Get WhatsApp message by ID

documented

Retrieve a WhatsApp message by its ID.

GET /v2/whatsapp/{id}WhatsAppno 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/whatsapp/messages/{{$id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "x-api-key: {{KUDOSITY_API_KEY}}" 
# Endpoint and auth details inspired by Kudosity Transmit Message API (v2) documentation: https://api.transmitmessage.com/v2/whatsapp/messages/{id} (GET) and API key authentication via x-api-key header.