Skip to main content

Share a credential schema

Creates a share endpoint URL from a credential schema. Other mobile verifiers can make an HTTP request on this URL to import the credential schema.

Function

shareCredentialSchema(
credentialSchemaId: CredentialSchema["id"]
): Promise<ShareCredentialSchemaResponse>

Parameters

  • UUID of the credential schema to be shared.

Return value

The URL which can be shared with other mobile verifiers.