Overview
The Yapily API uses HTTP Basic Authentication. You authenticate using:- Username: Application ID
- Password: Application Secret
Getting Credentials
- Log in to Yapily Console
- Navigate to Applications
- Create or select an application
- Download your Application ID and Secret
Making Authenticated Requests
Using Consent Tokens
After obtaining user consent, pass the consent token in theconsent header:
Security Best Practices
- Store credentials in environment variables or secrets managers
- Use HTTPS only (enforced by API)
- Rotate credentials regularly
- Revoke compromised credentials immediately
Next Steps
Get Institutions
Discover available banks.
Create Authorization
Request user consent.