Get Rich Content Message Status
documentedRetrieve the delivery/status information for a previously submitted rich content message.
GET /richcontent/v3/accounts/{AccountReference}/messages/{GatewayId}Rich Content APIno implementation yet0 runsNo 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://connect.esendex.com/richcontent/v3/accounts/{{$AccountReference}}/messages/{{$GatewayId}}" \
-X GET \
-H "Authorization: {{ESENDEX_API_KEY}}" \
-H "Accept: application/json"