AsseteraAssetera Docs
API reference

API reference

The integrator-facing Assetera interfaces for authentication, marketplace operations, compliance status, and real-time updates.

Assetera exposes standards-based OIDC authentication, REST APIs, and a ticketed Server-Sent Events stream. Availability and permissions are tenant-specific.

Surface at a glance

SurfacePurposeContract
AuthenticationUser sign-up and sign-in, service authentication, federation, and restricted token exchangeOIDC discovery
Marketplace APITenant catalog, markets, orders, offers, activities, and enabled primary-sale flowsLive OpenAPI and Swagger UI
Compliance APICustomer-scoped onboarding status, SDK sessions, and wallet registryLive self-service API; access is provisioned
Real-time SSETicketed public and customer updates without exposing the user's API tokenLive where enabled

Contract rules

  • Resolve environment endpoints from the tenant handover or OIDC discovery. Do not hardcode hosts.
  • Keep OAuth credentials and API tokens in your backend or BFF.
  • Treat the published OpenAPI document as authoritative for paths and payloads.
  • Expect permissions, audiences, and enabled resources to differ by tenant.
  • Reconcile real-time messages against REST snapshots after reconnecting.

On this page