← Back to Saved APIs

API Chains

Run two APIs sequentially, decrypt Step 1 token, inject it into Step 2 bearer/header, then decrypt Step 2 result.
+ Add New API
API chain deleted.

Create Two-Step Flow

Step 1 — Token API

This API can be configured as No Auth and can still use its saved custom headers.

Configure decryption inside the first API itself. Since your encrypted payload is in data, keep Step 1 API decrypter enabled with encrypted field path data.

Step 2 — Main API

The decrypted token from Step 1 will be injected only for this run. It is not permanently saved.

For your case, keep Inject token as Bearer Auth checked. Add the optional header only if the second API also requires a separate token header.

Saved Flows

No API chains yet.