Skip to main content
The SOLO Network API reference is auto-generated from the OpenAPI specification. Each endpoint includes request/response schemas, parameter details, and example payloads. New to the platform? Read High-level concepts first — the reference assumes familiarity with entities, products, policies, networks, consent, and entitlement.

Authentication

All endpoints are authenticated with a Bearer token. See Authentication.
Authorization: Bearer <token>

How the reference is organized

Consent

Create and read consent records for consumers and businesses. Required before querying.

Entities

Search consumers and businesses within a network.

Products

Query and furnish products — KYC/KYB certificates and screening lists.

Policies

Create and configure querying policies, and list furnishing policies.

Attestations

Create or renew an institution attestation for a product.

Bulk ingestion

Upload files for ingestion. See also the SFTP guide.

Conventions

  • Products expose query (read) and furnish (write) operations under /v1/products/{product}/….
  • Querying a product requires a consent_id and one or more network_policy pairs. See Querying.
  • Furnishing a product requires a network_id, program_name, and application_date. See Furnishing.
  • Errors follow a consistent JSON shape — see Errors.