Credentials

Verify BlockChain Credential (v2)

This endpoint gives data for a blockchain recorded credential. It will help you verify authenticity of the credential on blockchain. This endpoint would return different responses based on the Blockchain (Bitcoin or Ethereum) that it's issued in.

Verify Blockchain record of a Credential - Video Walkthrough

get/v2/credentials/{id}/blockchain_data

Path parameters

idstring required

Encoded id or UUID of the credentials. unique id in the credentials url.

Query parameters

keystring

If private credentials provide a key

Response

OK

OR

Changes

Changed in 3 of the 30 revisions of this API.13

    • api operation id Verify BlockChain Credential removed and replaced with Verify BlockChain Credential (v2)

      api-operation-id-removed

    • removed the request body

      request-body-removed

    • added the new optional query request parameter key

      new-optional-request-parameter

    • the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added