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 }
}
Returned when no connector matches the given ID.
{
"success": false,
"error": { "code": "NOT_FOUND", "message": "The requested resource was not found" }
}
{
"success": false,
"error": { "code": "UNAUTHORIZED", "message": "Authentication required" }
}
The connector object
id
string
Stable connector identifier.
name
string
Human-friendly connector name.
speedboost
boolean
Whether the connector supports Speed Boost.