REST API Connector
REST API Connector
Configure Endpoint: Set the base URL and path
Set Authentication: Choose your auth method
Define Request: Method, headers, parameters, body
Map Response: Use JSONPath to extract data
Schedule Sync: Automatic or on-demand refresh
Connect securely however your API requires:
API Key — : In header, query param, or body
Bearer Token — : OAuth 2.0 access tokens
Basic Auth — : Username/password encoding
OAuth 2.0 — : Full authorization code flow
Custom Headers — : Any additional headers needed
Full control over your API calls:
HTTP Methods — : GET, POST, PUT, PATCH, DELETE
Path Parameters — : Dynamic URL segments
Query Parameters — : Build query strings automatically
Request Body — : JSON body templates with variables
Custom Headers — : Content-Type, Accept, and more
Extract exactly the data you need:
JSONPath — : Navigate to nested data arrays
Pagination — : Automatic handling of paged responses
Format Support — : JSON and XML responses
Error Handling — : Configurable retry on failure
For complex integrations:
OAuth 2.0 Flow — : Full authorization with token refresh
Bulk Operations — : Efficient multi-record sync
Webhook Support — : Receive real-time data pushes
Rate Limiting — : Automatic backoff and retry
Variable Templates — : Dynamic values in requests
Keep data fresh your way:
Scheduled Sync — : Hourly, daily, or custom intervals
Manual Trigger — : Sync on demand
Incremental — : Use timestamps to fetch only changes
Full Refresh — : Complete re-sync when needed
Internal APIs — : Connect to your company's services
SaaS Platforms — : Integrate third-party apps
Legacy Systems — : Bridge old APIs to modern workflows
Custom Sources — : Any JSON/XML endpoint
Webhooks — : Receive real-time data delivery



•
Initial release
•
Multiple auth methods (API key, Bearer, Basic, OAuth 2.0)
•
Full OAuth 2.0 authorization flow
•
JSONPath response extraction
•
Automatic pagination handling
•
Bulk operations support
•
Webhook data reception
•
Rate limiting with backoff
Install your first app in 30 seconds. No credit card required.