Access powerful APIs to build, extend, and integrate the Tags platform into your applications. We support RESTful endpoints, Webhooks, and SDKs for all major platforms.
curl -X GET https://api.tags.com/v3/tags \
-H "Authorization: Bearer YOUR_API_KEY"
Our core RESTful API provides full access to tags, accounts, analytics, and integration endpoints. Supports all CRUD operations.
Get real-time event updates through our HTTP webhook system. Receive notifications for tag changes, account events, and system alerts.
Requests must include an `Authorization` header with a valid Bearer token
Example request header:
Authorization: Bearer YOUR_API_KEY
// Get all tags for current user
curl -X GET 'https://api.tags.com/v3/tags' \
-H 'Authorization: Bearer YOUR_API_KEY'
Turn your ideas into reality with our powerful developer ecosystem. Start building today.