Building your
API Stack

The rise of RESTful APIs has been met by a rise in tools for creating, testing, and managing them.

Header image

Business Wallet API

Empower your applications with seamless self-sovereign identity integration — no complex infrastructure required

Api Header

Build your digital trust ecosystem
with organizational wallets

Issue credentials, verify users, and stay compliant in one flow. Replace outdated ID checks with secure, privacy-first identity built for today’s digital world

Erp

Issue credentials instantly

Mobile

Secure and Compliant

Bussiness

Scalable for
Growth

Cloud

Organizational Wallets

Web Integration

Real-Time Verification

Social Integration

Flexibility Across Use Cases

Responsive Dark Code Block
const endpoint = 'https://api.hovi.id/credential';
function issueCredential(type, payload) {
  axios.post(endpoint + '/' + type + '/offer', { payload });
}
function verifyCredential(type, request) {
  axios.post(endpoint + '/' + type + '/verify', { request });
}
issueCredential('sd-jwt', credentialData);
issueCredential('mdoc', credentialData);
verifyCredential('json-ld', requestData);
const endpoint = 'https://api.hovi.id/credential';
const headers = {
  'Authorization': 'Bearer aYzf2b...',
  'x-tenant-id': '7a34ad35-2238-40f6-a6a1-b321cd189119' 
}
function issueCredential(type, values) {
  const credential = {
    credentialTemplateId: 'd778b856-ac4c-4a16-8fe3-618e002cefb7',
    credentialValues: values
  }
  axios.post(`${endpoint}/${type}/offer`, { payload: credential }, { headers });
}
issueCredential('mdoc', { name: 'Richard Hendriks', age: '33' });
issueCredential('sd-jwt', { name: 'Gavin Belson', age: '42' });
issueCredential('jsonld', { name: 'Jared Dunn', age: '31' });
const endpoint = 'https://api.hovi.id/credential';
const headers = {
  'Content-Type': 'application/json',
  'Authorization': 'Bearer eyJhb…',
  'x-tenant-id': '3cfabd4a-29df-44b2-8c3d-0b32d82d72a1'
}

function accepCredentialtOffer(offerUri) {
  const body = { credentialOfferUri: offerUri }
  axios.post(endpoint + '/accept-offer', body, { headers })
    .then(res => console.log(res.data))
    .catch(err => console.error('Error:', err.message));
}

accepCredentialOffer('openid-credential-offer://...');
const endpoint = 'https://api.hovi.id/verification';
const headers = {
  'Content-Type': 'application/json',
  'Authorization': 'Bearer eyJhb...',
  'x-tenant-id': '3cfabd4a-29df-44b2-8c3d-0b32d82d72a1'
}

function sendProofRequest(templateId) {
  const body = { verificationTemplateId: templateId };
  axios.post(endpoint + '/send-proof-request', body, { headers })
    .then(res => console.log(res.data))
    .catch(err => console.error('Error:', err.message));
}

sendProofRequest('9c61426d-7df2-4b49-81df-01a293779dc5');
Omni-Background
npm i @hovi/core-sdk
npm i @hovi/cloudwallet-sdk

Seamless identity, minimal code

Business Wallet API makes it easy to integrate digital identity into any product. With just a few lines of code, you can issue credentials, let users store them in secure wallets, and verify them instantly when needed. No complex setup, no heavy infrastructure; just simple, fast, and reliable identity that works at scale.

 1.     Design your template

 2.    Issue credentials with a single API call

 3.    Send securely to mobile or cloud wallet apps

 4.    Verify instantly using proof requests

Core capabilites that
power digital trust

From issuing credentials to verifying them at scale, every part of the API is built to make identity simple and reliable
Handle Icon

Works Everywhere

Interoperates with wallets, apps, and global identity standards for seamless adoption.

Handle Icon

Secure by Default

Every interaction is end-to-end encrypted, ensuring data stays private and protected.

Handle Icon

eIDAS 2.0-ready

Stay aligned with eIDAS 2.0 and GDPR without extra effort or audits.

Handle Icon

Scales as You Grow

Issue and verify credentials at any volume, from pilot projects to enterprise rollouts, No need to manage any infrastructure,

Handle Icon

Tailored to Your Needs

Build credentials that match your industry standards and workflows, whether in finance, education, healthcare, or beyond.

Header image

Why businesses trust Hovi

Hovi makes digital identity simple, secure, and ready for real-world adoption. Our platform removes the burden of compliance and infrastructure, so your team can focus on building better user experiences. With Hovi, you gain speed, trust, and scalability without the complexity.
Bullate Image

Global Interoperability

Bullate Image

Faster Time to Market

Bullate Image

Future-Ready Infrastructure