logo
Connections

List all brokerage authorizations for the User

get
https://api.snaptrade.com/api/v1/authorizations

Returns a list of Brokerage Authorization objects for the user

Execute an API Request

Query
userIdstringrequired

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.

userSecretstringrequired

SnapTrade User Secret (generated when registering user)

Authorization
Request
Installation
$
npm install snaptrade-typescript-sdk
1
Loading...

Response fields

array of objects
object
1
[
2
{
3
"id": "2bcd7cc3-e922-4976-bce1-9858296801c3",
4
"created_date": "2022-01-21T20:11:19.217Z",
5
"updated_date": "2022-01-21T20:11:19.217Z",
6
"brokerage": {
7
"id": "2bcd7cc3-e922-4976-bce1-9858296801c3",
8
"name": "Questrade",
9
"display_name": "Questrade",
10
"description": "Questrade is an online brokerage firm and wealth management firm based in Canada. It is Canada's largest discount broker.",
11
"aws_s3_logo_url": "https://www.snaptrade.com/questrade.logo",
12
"aws_s3_square_logo_url": "https://www.snaptrade.com/questrade.logo",
13
"open_url": "https://www.brokerage.com",
14
"slug": "QUESTRADE",
15
"url": "https://www.questrade.com/",
16
"enabled": true,
17
"maintenance_mode": true,
18
"allows_fractional_units": true,
19
"allows_trading": true,
20
"has_reporting": true,
21
"is_real_time_connection": true,
22
"allows_trading_through_snaptrade_api": true,
23
"is_scraping_integration": true,
24
"default_currency": "2bcd7cc3-e922-4976-bce1-9858296801c3",
25
"brokerage_type": {
26
"id": "2bcd7cc3-e922-4976-bce1-9858296801c3",
27
"name": "Traditional Brokerage"
28
},
29
"exchanges": [
30
"2bcd7cc3-e922-4976-bce1-9858296801c3",
31
"4bcd8cc3-c122-4974-dc21-1858296801f4"
32
]
33
},
34
"name": "Connection-1",
35
"type": "trade",
36
"disabled": false,
37
"disabled_date": "2022-01-21T20:11:19.217Z",
38
"meta": {
39
"identifier": 123456
40
}
41
}
42
]