Skip to main content
FreshCreditFreshCredit®INC
ProductosSolucionesPlanesEmpresaContacto
Lanzar app
Documentation / Getting Started /

Getting Started

Quickstart guide to integrate with the FreshCredit platform. Set up your environment, make your first API call, and understand core concepts.

AuthenticationOAuth 2.0 flows, API key management, and security best practices.BlockID™Identity verification APIs for KYC/AML automation.BlockScore™Credit scoring models and risk assessment tools.BlockIQ™Offer matching and embedded finance marketplace.SDKsNative SDKs for iOS, Android, and web platforms.
Integration Steps /
Step 01

Create an Account

Sign up for a FreshCredit developer account to get access to the dashboard and API credentials.

Step 02

Get Your API Keys

Generate your API key and secret from the developer dashboard. Keep these secure and never expose them in client-side code.

// Your API credentials
const API_KEY = 'fc_live_xxxxxxxxxxxxxxxx'
const API_SECRET = 'fc_secret_xxxxxxxxxxxxxxxx'
Step 03

Make Your First Request

Test your integration by making a request to our health endpoint. This validates your authentication is working correctly.

curl -X GET https://api.freshcredit.com/v1/health \
  -H "Authorization: Bearer fc_live_xxxxxxxxxxxxxxxx" \
  -H "X-FreshCredit-Signature: {hmac_signature}" \
  -H "Content-Type: application/json"
Step 04

Integrate BlockID™

Start verifying identities with our BlockID™ API. Use verifiable credentials to streamline KYC processes.

const response = await fetch('https://api.freshcredit.com/v1/blockid/verify', {
  method: 'POST',
  headers: {
    'Authorization': `Bearer ${API_KEY}`,
    'X-FreshCredit-Signature': signature,
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    user_id: 'user_123',
    verification_type: 'kyc_basic',
  }),
});
Core Concepts /

Self-Custody Identity

Users own their identity data with edge-held credentials that they control and permission to third parties.

Event-Driven Architecture

Real-time webhooks notify your systems of verification completions, score updates, and offer matches.

Tiered Access Control

OAuth 2.0 scopes provide granular permissions, allowing users to grant specific access levels to their data.

RESTful API Design

Consistent, predictable API endpoints with comprehensive error handling and detailed documentation.

Next Steps

Set Up AuthenticationExplore BlockID™
FreshCreditFreshCredit®INC

Infraestructura de crédito e identidad para el mundo moderno.

INC freshcredit.comLAB freshcredit.xyzORG freshcredit.orgDAO freshcredit.aiAPP freshcredit.app

Stay Updated

Get fraud prevention insights and product updates. Unsubscribe anytime.

Productos
Flujos de trabajo BlockID™Modelos BlockScore™Ofertas BlockIQ™The FreshCredit App™
Empresa
Acerca dePlanesDocumentosContacto
Ecosistema
The FreshCredit® LabThe FreshCredit® OrgThe FreshCredit® DAOThe FreshCredit App™
Calculadoras
Calculadora de costos para proveedoresCalculadora de costos para consumidoresCalculadora de costos de infraestructuraCalculadora de impacto económico
Legal
Política de privacidadTérminos de servicioPolítica AML/KYCPolítica de cookies
XInstagramRedditGitHubYouTubeFacebook

© 2026 FreshCredit®. Todos los derechos reservados.

FreshCredit® Inc no es un banco, cooperativa de crédito, empresa de reparación de crédito ni agencia de informes de crédito.