Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Teller Accounts API

Bank account management

Teller Accounts API is one of 4 APIs that Teller publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Accounts. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, a getting-started guide, and authentication docs.

This API exposes 6 operations across 4 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 2020-10-12.

Requests are made against a single base URL, https://api.teller.io.

6 operations 4 paths 5 schemas 2 DELETE4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2020-10-12
Base URL
https://api.teller.io
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Teller Accounts API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerMtls).

  • BearerMtls — Access token obtained via Teller Connect when a user successfully enrolls their bank account. Must be used together with a Teller client certificate (mTLS). En…

Paths & Operations 6

Across 4 paths, the API surfaces 6 operations — 2 DELETE, 4 GET. Each is listed below with its method, path, parameters, and response codes.

Accounts 6

Bank account management

GET
/accounts
List Accounts
listAccounts 1 param → 200401429
DELETE
/accounts
Delete Accounts
deleteAccounts → 204401
GET
/accounts/{account_id}
Get Account
getAccount 1 param → 200401404
DELETE
/accounts/{account_id}
Delete Account
deleteAccount 1 param → 204401404
GET
/accounts/{account_id}/details
Get Account Details
getAccountDetails 1 param → 200401404
GET
/accounts/{account_id}/balances
Get Account Balances
getAccountBalances 1 param → 200401404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Account (10 properties), AccountLinks (4 properties), AccountBalances (4 properties), AccountDetails (3 properties). Each schema is shown below with its type and property counts.

Account
object
A bank account enrolled via Teller Connect
10 properties
AccountBalances
object
Current account balance information
4 properties
AccountDetails
object
Sensitive account details including routing and account numbers
3 properties
InstitutionRef
object
2 properties
AccountLinks
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

teller-accounts-api-openapi.yml Raw ↑

Other APIs Teller publishes across the network.

Teller Identity API
Teller Institutions API
Teller Transactions API