- Basic Information Terminology, getting started and setting up your account. Recommended for new customers.
- Make your website social Step-by-step tutorials and information on how to integrate our plugins and services to your site.
- REST API Reference JSON/REST API for advanced social network integration. Must-read for developers.
Shorturl API
Our Social API includes a custom URL Shortener that enables you to track trends in site registrations, returning visitors, social posts and resulting referral traffic. The corresponding reports can be viewed in the Social Insights section of your account.
The URL Shortener can either be embedded in our Social Sharing API (set the flag
enable_tracking to 1) or used as independent module by using the following resources.
| Resource/URI | GET | POST | PUT | DELETE |
Shorturls
/shorturls.<format>
|
List all Shorturls | Create a new Shorturl | – | – |
Shorturl
/shorturls/<shorturl_token>.<format>
|
Read details of a Shorturl | – | – | Delete a Shorturl |