Indicio Proven API Tutorial
The three major features that will be exercised are:
Connecting
Call the Invitation API
Request an invitation URL from the Proven API using the invitations API.
{
"contact_id": "",
"alias": "API Invitation",
"invitation_type": "CV1",
"invitation_mode": "once",
"accept": "auto",
"public": false,
"invitation_role": "Holder",
"invitation_label": "CV1",
"invitation_status": "active",
"invitation_description": "Invitation created through API",
"invitation_active_starting_at": null,
"invitation_active_ending_at": null,
"uses_allowed": ""
}Establish the Connection
Issuing a Credential
Verifying a Credential
Request a Verification
Request the Status of the Verification(s)

Last updated
Was this helpful?