Eloqua APIs and Developer Framework: Resources and FAQ
What tools are recommended for using/troubleshooting Eloqua's APIs?
Tools
Postman (App) - Placing any Eloqua API request when you have an Eloqua user account in the instance.
- Watch this Getting started video
cURL (Command line tool) - Placing any requests when you have an Eloqua user account in the instance; writing small scripts with multiple calls
Online JSON Viewer - Viewing and formatting JSON
JSONLint - Validating JSON
TimestampConvert - Converting Unix timestamps (this is what the Application API uses for timestamps it creates)
Savvy Time: EST to UTC Converter - Converting EST to UTC (all Eloqua fields are in ET, so this is useful, and the Bulk API uses UTC for the timestamps it creates)
0