Get connection detail
Returns a single connection for the specified ID.
Path parameters
Unique identifier for the connection (brokerage_authorization_id). This is the UUID used to reference the connection in SnapTrade.
Query parameters
SnapTrade User ID. This is chosen by the API partner and can be any string that is a) unique to the user, and b) immutable for the user. It is recommended to NOT use email addresses for this property because they are usually not immutable.
SnapTrade User Secret. This is a randomly generated string and should be stored securely. If compromised, please rotate it via the rotate user secret endpoint.
Response
OK
Example response
{
"id": "87b24961-b51e-4db8-9226-f198f6518a89",
"created_date": "2024-08-20T21:56:19.123935Z",
"brokerage": {
"id": "ebf91a5b-0920-4266-9e36-f6cfe8c40946",
"slug": "ROBINHOOD",
"name": "Robinhood",
"display_name": "Robinhood",
"description": "Robinhood is an American multinational financial services corporation based in Menlo Park, California.",
"aws_s3_logo_url": "https://passiv-brokerage-logos.s3.ca-central-1.amazonaws.com/robinhood-logo.png",
"aws_s3_square_logo_url": "https://passiv-brokerage-logos.s3.ca-central-1.amazonaws.com/robinhood-logo-square.png",
"url": "https://robinhood.com",
"enabled": true,
"maintenance_mode": true,
"is_degraded": true,
"allows_trading": true,
"allows_fractional_units": true,
"has_reporting": true,
"is_real_time_connection": true,
"brokerage_type": {
"id": "2bcd7cc3-e922-4976-bce1-9858296801c3",
"name": "Traditional Brokerage"
},
"exchanges": [
"2bcd7cc3-e922-4976-bce1-9858296801c3",
"4bcd8cc3-c122-4974-dc21-1858296801f4"
]
},
"name": "Connection-1",
"type": "trade",
"disabled_date": "2022-01-21T15:11:19.217000-05:00",
"meta": {
"identifier": 123456
},
"updated_date": "2024-08-20T21:56:20.057224Z",
"is_eligible_for_payout": true,
"data_freshness_mode": "realtime"
}Changes
Changed in 3 of the 64 revisions of this API.111
- ▲
the response property
brokerage/urlbecame nullable for the status200response-property-became-nullable
- ▲
- ○
added the optional property
data_freshness_modeto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
data_freshness_modefrom the response with the200statusresponse-optional-property-removed
This revision also has 27 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●