Trusted by developers worldwide
Built with developers in mind. Get started quickly with our comprehensive OAuth API.
Industry-standard OAuth 2.0 authorization flow with bcrypt-encrypted credentials and automatic token expiration.
Get your API credentials in seconds. Copy and paste integration code to go live in minutes.
Track API usage, success rates, and user applications with real-time analytics.
Users select exactly what data to share. 16 configurable fields from basic info to full CV.
REST API with comprehensive docs. Example code in JavaScript, Python, PHP, and more.
Access live SmartCV data. When users update their profile, you get the latest information.
Monitor your application's activity in real-time. Track OAuth requests and user authorizations.
Simple 3-step OAuth flow
Integrate authentication in minutes with our straightforward OAuth implementation
Redirect users to Tabbio's consent page with your Client ID. Users see your app name and select which fields to share.
https://tabbio.com/oauth/consent?client_id=YOUR_ID
Users approve and get redirected back to your site with an authorization code. Code is valid for 10 minutes.
https://your-site.com/callback?code=AUTH_CODE
Exchange the code for user profile data using your Client Secret. Receive structured JSON with selected fields.
POST /api/oauth/token + Client Secret → User Profile JSON