🚀 Quickstart
Connect to Ergo with Nango and see data flow in 2 minutes.1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Ergo.
3
Call the Ergo API
Let’s make your first request to the Ergo API (discover meetings). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
4
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the connect guide linked below.
Ergo’s
GET /v1/meetings list is paginated with an opaque nextCursor — pass it back verbatim with the same created_after/created_before/limit filters to get the next page; a null cursor means you’ve reached the end. GET /v1/meetings/{id} returns 404 for both missing and inaccessible meeting IDs, and does not distinguish between the two. Ergo enforces 60 requests per 60 seconds per token; on a 429, wait at least the Retry-After value (in seconds) before retrying.📚 Ergo integration guides
Nango maintained guides for common use cases.- How do I link my Ergo account?
Retrieve your token from Ergo and connect it to Nango