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 Identity API

Account holder identity information

Teller Identity 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 Identity. 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 1 operation across 1 path, 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.

1 operations 1 paths 5 schemas 1 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 Identity 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 1

Across 1 path, the API surfaces 1 operation — 1 GET. Each is listed below with its method, path, parameters, and response codes.

Identity 1

Account holder identity information

GET
/identity
List Account Identity
listIdentity 1 param → 200401429

Schemas 5

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

Owner
object
Beneficial owner of a bank account
5 properties
InstitutionRef
object
2 properties
Account
object
A bank account enrolled via Teller Connect
10 properties
AccountIdentity
object
Account with attached owner identity information
AccountLinks
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

teller-identity-api-openapi.yml Raw ↑

Other APIs Teller publishes across the network.

Teller Accounts API
Teller Institutions API
Teller Transactions API