Prerequisites
- A SOLO Network account with API credentials
- An SDK token (provided by your SOLO account manager)
1. Authenticate
All API requests require a Bearer token in theAuthorization header. You’ll use the SDK token issued for your integration.
2. Make your first query
Let’s query identity prefill data for a consumer. This retrieves any existing identity data the network has for the given identifiers.3. Furnish data
Once you’ve collected verification data, you can furnish it back to the network. This makes the data available for future queries by authorized participants.4. Use a bundle
For common workflows, use a use case bundle instead of calling templates individually. For example, the KYC Certificate Bundle aggregates document capture, biometric checks, address verification, and liveness detection into a single call.What’s next?
Authentication
Learn about token types and scopes.
Templates
Understand how templates and the query/furnish pattern work.