LogoLogo
  • Welcome to Blerify's docs
  • Blerify Overview
    • User Centric Identity
      • Introduction
      • ID Wallet
      • Digital Credentials
      • Point of Verification (POV)
        • How Does a POV Work in Blerify?
      • Verification Process
    • Quantum-Resistant Cryptography
  • Developers
    • API Documentation
      • Access Token Generation
      • Issuing Verifiable Credentials with the Blerify API
      • Issuing ISO mDL with the Blerify API
    • Point of Verification
      • POVs Creation
      • POV Result
      • POVs Creation via API
    • Versions & Releases
      • Web Portal
        • Web Portal Release 1.5
        • Web Portal Release 1.6
        • Web Portal Release 1.7
      • Blerify APP
        • APP Versión 3.19.0 (386)
        • APP Versión: 3.27.0
        • APP Versión: 3.36.1
  • PRODUCTS
    • Vouchers
      • Orchestration
      • Issuer
      • Redeemption
    • Digital Credentials
      • Issue
        • Licenses
          • ISO/IEC 18013-5 Standard
          • Blerify and ISO/IEC 18013-5
          • Blerify Architecture
        • Verifiable Credentials W3C-VC
        • Benefits, discounts, promotions
      • Verify
        • Web Log In
        • In-Person Access
        • Check Out Experience
        • From Another App
    • Post Quantum Certificates
      • Request
      • Revocation
      • Verify
    • Wallet SDK
  • Resources In-Depth
    • DID Method
      • DID Method did:lac1
      • DID Controller
    • Decentralized Root of Trust
      • Blerify’s Smart-Contract-Based Root of Trust
Powered by GitBook
LogoLogo

Blerify.com

  • Blerify.com
On this page
  • API Endpoints for W3C-VC Standard Issuance
  • 1- "Create" Endpoint
  • 2- "Approve" Endpoint
  • Example Workflow
Export as PDF
  1. Developers
  2. API Documentation

Issuing Verifiable Credentials with the Blerify API

This section of the documentation explains how to use the Blerify API to issue W3C-VC Standard.

PreviousAccess Token GenerationNextIssuing ISO mDL with the Blerify API

Last updated 3 months ago

API Endpoints for W3C-VC Standard Issuance

The following are the Blerify API endpoints for Verifiable Credentials issuance:

1- "Create" Endpoint

  • Description: This endpoint is used to create a W3C Verifiable Credentials format.

  • HTTP Method: POST

  • Endpoint URL: {{api-host}}/api/v1/organizations/{{organization-id}}/projects/{{project-id}}/credentials

2- "Approve" Endpoint

  • Description: This endpoint is used to approve the VC created in the previous step.

  • HTTP Method: POST

  • Endpoint URL: {{api-host}}/api/v1/organizations/{{organization-id}}/projects/{{project-id}}/crypto/sign/es256

Example Workflow

  1. The Service Account is created in the Blerify portal and the JSON file is downloaded.

  2. A library (preferred by the client) is used to generate the access token.

  3. The "Create" endpoint is called to create the W3C-VC, sending the access token at all times and generating it again if necessary.

  4. The Digital Credential ID is received in the response.

  5. The "Approve" endpoint is called using the Digital Credential ID and the digital signature.

  6. The complete credential object is received in the response.

  7. This object is delivered to the end user for download to their wallet.

Blerify APIBlerify Public API
Logo
Blerify APIBlerify Public API
Logo