v0.2.6
OAS 3.1.0

Hovi API (Privado.ID)

The Hovi API offers integration with the Privado.ID ecosystem, enabling the issuance and verification of JSON-LD credentials using the Iden protocol, either off-ledger or on the Polygon network. This documentation details every API endpoint, streamlining the development of secure and scalable digital identity solutions.

Hovi SaaS

None
Client Libraries

Tenants

Tenant endpoints allow the creation, deletion, and management of tenants in the Hovi ecosystem. Tenants are essential entities that handle the majority of operations, including creating credential templates, verification templates, issuing credentials, and initiating verification proof requests.

Create Tenant

This route allows for the creation of a new tenant within an ecosystem.

Body
application/json
tenantName
string
required
ExampleAcme Corp
tenantLabel
string
required
Exampleacme-corp
tenantSecret
string
required
Exampleacme-corp-secret
imageUrl
string
required
Examplehttps://acme-corp.com/logo.png
webhooks
array string[]
Example[ "https://acme-corp.com/webhook1", "https://acme-corp.com/webhook2" ]
Responses
POST/tenant/create

null

Models