Linked Bank Accounts
Retrieve unmasked linked bank account details
Retrieves the unmasked 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, including sensitive details. This endpoint requires additional authentication and should be used with caution.
GET
https://{environment}.straddle.io
/
v1
/
linked_bank_accounts
/
{linked_bank_account_id}
/
unmask
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