Two Minute Reports Logo
Platform

Get connector

Get a single supported connector by its ID.
GET /tmr/connectors/{connectorId}

Returns a single connector by its ID.

Authentication: Bearer token · Permission:platform:read · Rate limit: default (120 / 60s)

Path parameters

connectorId
string required
The ID of the connector, from list connectors.

Request

curl https://api.twominutereports.com/v1/tmr/connectors/fads \
  -H "Authorization: Bearer tmrc_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Response

{
  "success": true,
  "data": { "id": "fads", "name": "Facebook Ads", "speedboost": true }
}

The connector object

id
string
Stable connector identifier.
name
string
Human-friendly connector name.
speedboost
boolean
Whether the connector supports Speed Boost.
Copyright © 2026