T
Trulioo Normalized API v1 (legacy)
Details
- URL
-
https://api.trulioo.com - Docs
- https://developer.trulioo.com/reference/normalized-api-10-legacy
Authentication
Authorization: Basic <credential> Use the username and password for your Trulioo Normalized API account. Trulioo says this account is needed to access NAPI, and if you don't have one you should contact Trulioo Support. Send them as HTTP Basic auth: Authorization: Basic base64(username:password).
Normalized API username and password
Authorization: Basic <credential> + Trulioo-issued mTLS client certificate Authorization: <credential> discovered To use mTLS, first have a Trulioo normalized API user account and a "Manage mTLS" Customer Portal user account. Generate a private key and CSR, then log in to the Customer Portal with your Manage mTLS credentials, upload the CSR, and download the Trulioo-issued client certificate as described in Connecting to Trulioo's API using Mutual TLS - v1. Install that certificate and its private key on the server making API calls. If you lack either account, contact Trulioo Support.