⚡
No API selected
Create a new API config or select one from the sidebar.
Use checkboxes + Run Selected to run multiple at once.
🔧 Basic Info
🔑 Authentication
Sent as: Authorization: Bearer <token>
📋 Custom Headers
🔍 Query Parameters / Search Criteria
For OData/nextLink APIs: values with
> < >= <= != are auto-converted to a $filter expression (e.g. CloseDate > 2024-01-01 → CloseDate gt 2024-01-01). Plain values use eq. For other APIs: appended as ?key=value.📦 Request Body (POST/PUT)
Optional. Only used for POST/PUT requests.
📂 Response Parsing
Dot-notation path to the records array. Leave blank for OData auto-detect or root array.
CSV column names. Use dot notation for nested fields: agent.name. Leave blank for all fields.
📄 Pagination
Enable pagination (fetch all pages)
Safety limit. Set high for full export.