AltFiScoreSandbox

API Keys

Manage authentication keys for your integration

You're in sandbox mode.

Sandbox keys (altfi_test_…) work against simulated data. Complete the credentialing process in Go Live to issue production keys.

Active Keys

No active keys yet.

Usage

Pass the key in the Authorization header:

curl https://api.altfiscore.com/v1/applications \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"user_id":"usr_xxx","loan_amount":5000}'

Never expose API keys in client-side code or public repositories. Use environment variables or a secrets manager.