Credentials

Verify BlockChain Credential (v1)

This endpoint gives data for a blockchain recorded credential. It will help you verify authenticity of the credential on blockchain.

Verify Blockchain record of a Credential - Video Walkthrough

get/v1/credentials/blockchain_data/{id}

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

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 (v1)

      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