What is taap.it API?
The taap.it API provides programmatic access to taap.it’s link management and analytics platform. With our API, you can create, manage, and track deeplinks, analyze performance data, and integrate taap.it’s capabilities directly into your applications.Key Features
Link Management
Create, update, and delete deeplinks with custom domains and advanced features
Analytics & Insights
Track clicks, unique visitors, geographic data, and device analytics
Custom Domains
Create branded deeplinks with your own custom domains
Project Management
Group related links and track performance across projects
Getting Started
Create an API Key
Log into your taap.it dashboard and navigate to your user settings to create an API key.
Authentication
All API requests require authentication using an API key. Include your API key in the Authorization header using the Bearer token format:API keys are prefixed with
taapit_ and can be created through the web application dashboard.Base URL
All API requests should be made to:Rate Limits
The taap.it API implements rate limiting to ensure fair usage and optimal performance:- Plan-based Rate Limits: Rate limits vary based on your subscription plan
- Per-user enforcement: Limits are applied per user account
- Future endpoint-specific limits: May be implemented for specific endpoints in the future
Response Format
All API responses are returned in JSON format with the following structure:Status Codes
The API uses standard HTTP status codes:200- Success201- Created400- Bad Request401- Unauthorized403- Forbidden404- Not Found409- Conflict429- Too Many Requests500- Internal Server Error
Support
Need help? We’re here to assist:- Email: support@taap.it
- Documentation: This documentation site
- Status Page: status.taap.it
Ready to get started?
Jump into our quickstart guide to make your first API call in under 5 minutes.