Sign in

List Message Dispatcher

documented

List available Message Dispatcher resources.

GET /v1.0/messagedispatcherSMS APIno 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.esendex.com/v1.0/messageheaders?start={{$start}}&finish={{$finish}}" \
  -X GET \
  -H "Authorization: Basic {{ESENDEX_SECRET}}" \
  -H "Accept: application/xml" \
  -H "Content-Type: application/xml"
List Message Dispatcher · Esendex · OpenIntegrations