T2M URL Shortener

Whether you are a bubbling startup or an established behemoth MNC organisation, T2M is your go to destination for all kinds of URL marketing endeavors.

Go to site
Explore
/
Apps
/
T2M URL Shortener

T2M URL Shortener API Integrations

Build and run workflows using the T2M URL Shortener API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    t2m_url_shortener: {
      type: "app",
      app: "t2m_url_shortener",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://t2mio.com/api/v1/urls`,
      headers: {
        "apikey": `${this.t2m_url_shortener.$auth.api_key}`,
        "apisecret": `${this.t2m_url_shortener.$auth.api_secret}`,
      },
    })
  },
})

Choose an API to Connect with T2M URL Shortener API

1
-
12
of
1000+
apps by most popular

Authentication

T2M URL Shortener uses API keys for authentication. When you connect your T2M URL Shortener account, Pipedream securely stores the keys so you can easily authenticate to T2M URL Shortener APIs in both code and no-code steps.

Generate and copy your API Keys from your dashboard under the API Keys page.