Returns a list of saved BitRail accounts for the authenticated user as a List Response.
| Header | Data Type | Valid Values | Required | Description |
|---|---|---|---|---|
| Content-Type | string | application/json | YES | The format your data will be sent to our site. |
| X-DevKey | string | string | YES | The devkey assigned to the developer. |
| X-AccessToken | string | string | YES | The token acquired from a POST to Users/AccessToken. |
NOTE: Variables to place in the query string of the request.
None
If there are no errors with the input parameters, this call will respond with a 200 OK and the following data as serialized JSON
| Parameter | Data Type | Valid Values | Description |
|---|---|---|---|
| BitRailAccounts | array of BitRailAccount | A list of the BitRail accounts associated to the authenticated user |
| Parameter | Data Type | Valid Values | Description |
|---|---|---|---|
| BitRailAccountID | number | >= 0 | The unique identifier for this account |
| IsValid | boolean | true/false | Indicates if this account has passed validation |
| VaultHandle | string | string | The Vault Handle for this account |