Identity & Auth APIs
Login, token issue, verification checklist, email confirmation, profile settings.
Build, test, and scale integrations on top of Spherenet OS with production-ready APIs and developer tooling.
Last updated: 27 March 2026
Spherenet gives teams one platform for identity, workspace modules, messaging, and admin workflows. Use this page as your starting point for integration architecture, test tooling, and go-to-market API products.
Use REST endpoints for account, workspace, app assignments, and operational flows. Typical usage pattern:
Login, token issue, verification checklist, email confirmation, profile settings.
Bootstrap data, app assignment, app marketplace, dashboard summaries, user modules.
Create organisation, invite admins, add users, save onboarding steps, finalize setup.
Expose identity checks, email confirmation status, and compliance-ready verification scoring.
Offer create-organisation, invite-admin, add-users as a packaged onboarding product for B2B apps.
Monetize app catalog discovery, assignment workflows, usage metering, and provisioning events.
Paid delivery + read-state analytics for internal products and partner systems.
Provide purpose-built generators so teams can test banking-style and enterprise workflows quickly and safely.
Generate realistic personal/company ID patterns with rule-based regional formats.
{
"region": "ZA",
"kind": "person",
"count": 2
}
Produce test card profiles (never real cards) with expiry, limits, and status transitions.
{
"brand": "visa",
"currency": "ZAR",
"status": "active"
}
Seed banker/client/operator profiles for multi-role testing across systems.
{
"persona": "operator",
"locale": "en-ZA",
"count": 3
}
Prebuilt journeys: onboarding, KYC pending, approved, declined, and support escalations.
{
"scenario": "kyc-pending-to-approved",
"notify": true,
"assertions": ["status", "timeline"]
}
Quick API quality gate before release: schema, auth scope, rate-limit and error contract checks.