API Docs

T2M premium plan provides full access to T2M's REST API to create personalized branded short URLs.

Base URL: https://t2mio.com/api/v1/<endpoint>
and, if you are using Dedicated Instance plan, then API base URL will be your primary domain https://<YOUR-PRIMARY-DOMAIN>/api/v1/<endpoint>

1. Register for T2M Premium Plan

Please register or upgrade to premium plan to get access to REST API. You can register here, or you can upgrade directly from your dashboard.


2. Get API key pair (key & secret token)

Login into your dashboard and navigate to "API Keys" tab menu from left to generate your keys.

This pair of apikey and apisecret will be used in headers of API call to authenticate. More details can be found under individual endpoint below:

  1. GET Get URLs list or single URL by ID. Check endpoint details here.
  2. POST Create new short & branded URL. Check endpoint details here.
  3. PUT Update short & branded URLs. Check endpoint details here.
  4. DELETE Delete short & branded URLs. Check endpoint details here.


Rate Limiting

Please check features & pricing page for API rate limit details.