Authentication Methods
OAuth 2.0
API Key
Variables automatically added:
api_key (Password type)
Client Credentials Flow
Variables automatically added:
client_id, client_secret
Variables
Authorization
Bearer Auth
Basic Auth
Username and password encoded in header.Custom Header
JSONata expression for custom logic.Base URL
Supports variables:Headers
Query Parameters
Array Formats
Pagination
Cursor-Based
Offset-Based
Page-Based
Rate Limiting
JSONata expressions for:isRateLimited- Detect rate limit (e.g., check for 429 status)rateLimitHeaders- Extract limit, remaining, reset valuesretryAfter- Parse retry delay

