logo
Reference Data

Get all brokerage authorization types

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

Returns a list of all defined Brokerage authorization Type objects.

Execute an API Request

Query
brokeragestring

Comma separated value of brokerage slugs

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
"type": "read",
5
"auth_type": "OAUTH",
6
"brokerage": {
7
"id": "2bcd7cc3-e922-4976-bce1-9858296801c3",
8
"name": "Questrade",
9
"slug": "QUESTRADE"
10
}
11
}
12
]