Platform
List connectors
List all supported connectors (data sources).
GET /tmr/connectors
Returns an array of all supported connectors (data sources), sorted alphabetically by name.
Authentication: Bearer token · Permission:
platform:read · Rate limit: default (120 / 60s)Request
curl https://api.twominutereports.com/v1/tmr/connectors \
-H "Authorization: Bearer tmrc_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
Response
{
"success": true,
"data": [
{ "id": "fads", "name": "Facebook Ads", "speedboost": true },
{ "id": "gadw", "name": "Google Ads", "speedboost": true },
{ "id": "ga4", "name": "Google Analytics 4", "speedboost": false }
]
}
{
"success": false,
"error": { "code": "UNAUTHORIZED", "message": "Authentication required" }
}
The connector object
id
string
Stable connector identifier. Use it to fetch a single connector.
name
string
Human-friendly connector name.
speedboost
boolean
Whether the connector supports Speed Boost.