MarketTime

Save time, close more deals, grow your share of wallet with existing customers and reach new customers across the globe, all with one integrated sales platform. With MarketTime you are in market all the time.

Go to site
Explore
/
Apps
/
MarketTime

MarketTime API Integrations

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

Overview

With MarketTime, you can build custom clock and timer applications for your website or blog. For example, you can display a clock that shows the current time in your local time zone, or a timer that counts down to a specific event.

Here are some examples of what you can build with MarketTime:

  • A clock that shows the current time in your local time zone
  • A timer that counts down to a specific event
  • A clock that shows the current time in multiple time zones
  • A clock that displays the current time in your local time zone and in Coordinated Universal Time (UTC)
  • A clock that shows the current time in multiple time zones and in Coordinated Universal Time (UTC)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    markettime: {
      type: "app",
      app: "markettime",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.reptimeportal.com/reptime/public/api/retailers/export/${this.markettime.$auth.manufacturer_id}/new`,
      headers: {
        "x-api-key": `${this.markettime.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with MarketTime API

1
-
12
of
1000+
apps by most popular

Authentication

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

Please contact MarketTime at support@markettime.com or 214-746-3681 to get your API Key and Manufacturer ID.