API Authentication
API Environments
There are two API environments available to you:
Retrieve your API keys
Log in or create an account with the Abound Dashboard to find and retrieve your API keys.
API keys are environment specific and can be found on the Keys page.
Authenticating API requests
Authentication requires passing your bearer token for the desired environment (sandbox or production) in the Authorization
header of your API request.
The bearer token is in the period-delimited format of: appId
.appSecret
The following is an example request that lists all TIN Verifications with the required Authorization
header.