Documentation Index
Fetch the complete documentation index at: https://nango-scrips-ref.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Nango’s Proxy simplifies making authenticated requests to external APIs. It’s a tool designed to save you time and reduce complexity in your interactions with APIs.Key features
- Automatic Credential Injection: Automatically adds necessary authentication to your API requests.
- Base URL Setup: Automatically determines and sets the correct base URL for your API requests.
- Effortless Pagination: Simplifies dealing with API pagination (step-by-step guide).
- Logs for Debugging: Tracks your requests in the Activity tab for easy debugging.
- Rate-limit Management: Handles rate limits with smart retries (step-by-step guide).
Use cases
The Proxy is useful to perform any individual request to external APIs, e.g.- Fetching Data: Great for one-time data retrieval, like getting user metadata.
- Writing Data: Use it to send data back to an API, such as updating a user profile.