T
Teller REST API
Details
- URL
-
https://api.teller.io/ - Docs
- https://teller.io/docs/api
Authentication
Teller end-user access token
Authorization: Basic <credential> + Teller client TLS certificate and private key Authorization: <credential> discovered Teller end-user access token basic
Create an access token by integrating Teller Connect. Initialize Connect with your application ID from Application Settings; when a user successfully enrolls, the onSuccess callback returns an accessToken. Send that token with HTTP Basic Auth as the username and an empty password, e.g. ACCESS_TOKEN:.
Get your client certificate from the Teller Dashboard Certificates page. Teller creates a certificate and private key when you sign up; if you no longer have teller.zip, revoke the old certificate and issue a new one from that dashboard page. Use the resulting cert.pem and private key for mTLS requests to https://api.teller.io/.