Comparison
When to use each method
Use API Keys when:- Your application is tightly coupled with your own EffiLink account.
- You are building a backend service or script that runs under your team’s credentials.
- You want the simplest possible setup with no user-facing login flow.
- Other people need to grant your application access to their EffiLink account.
- You are building a third-party integration or marketplace app.
- You need to act on behalf of different EffiLink users at runtime.
Detailed guides
API Keys
Generate an API Key from your dashboard and add it to every request with the
ApiKey header. Best for server-to-server use.OAuth 2.0
Walk through the three-step OAuth 2.0 authorization flow to obtain an access token on behalf of any EffiLink user.