Get Credentials
Obtain your API credentials from the FinHub Developer Portal.Access Developer Portal
- Log into FinHub Sandbox Portal
- Navigate to Sandbox → API Access
- View or generate credentials
Your Credentials
| Credential | Description |
|---|---|
| Tenant ID | Your unique tenant identifier |
| Client ID | OAuth client identifier |
| Client Secret | OAuth client secret (keep secure!) |
Security Best Practices
- Never expose Client Secret in client-side code
- Store credentials in environment variables
- Use secrets management in production
- Rotate credentials periodically
Example Environment Setup
Next Steps
Authenticate
Get an access token