Linked Bank Accounts
Retrieve linked bank account details
Retrieves the details of a linked bank account that has previously been created. Supply the unique linked bank account ID, and Straddle will return the corresponding information. The response includes masked account details for security purposes.
GET
https://{environment}.straddle.io
/
v1
/
linked_bank_accounts
/
{linked_bank_account_id}
Authorizations
Authorization
string
headerrequiredUse your Straddle API Key in the Authorization header as Bearer <token> to authorize API requests.
Headers
request-id
string
Optional client generated identifier to trace and debug a request.
correlation-id
string
Optional client generated identifier to trace and debug a series of requests.
Path Parameters
linked_bank_account_id
string
requiredResponse
200 - text/plain
meta
object
requiredresponse_type
enum<string>
requiredIndicates the type of data returned.
Available options:
object
, array
, error
, none
data
object
required