Pre-Configured APIs
Epic Games
API configuration: epic-games
Features
Features | Status |
---|---|
Auth (OAuth) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | 🚫 (time to contribute: <48h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
- Register your app on the Dev Portal
- Nango implements the Auth Web APIs mentioned here (specifically, it implements the
authorization code
flow).
Need help getting started? Get help in the community.
API gotchas
- I could not find a public list of possible scopes, but there is a list when you setup your app in the dev portal.
- The refresh token has a very aggressive time out of just a few hours - make API requests very frequently (to refresh it) or you will lose access!
- Epic returns many things (scroll down for an example) together with the access token. Use the
getRawTokenRepsonse
methods of the Nango SDK to access these. You can get even more additional information by inspecting the access token.
Add Getting Started links and Gotchas by editing this page
Was this page helpful?