Bank Account
Get a Bank Account
Fetch the details of a single bank account using its unique ID.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the bank account.
Response
200
application/json
Successful response with the details of a single bank account.
The response is of type object
.