Initiates credential issuance for a user without requiring their active session. If the user does not exist, they are automatically created. Issuance is asynchronous — use the status endpoint to confirm the credential is on-chain.
A signed Partner JWT containing partnerId, email, scope, and exp claims. See Partner Authentication for setup.
Your Issuer DID from the Developer Dashboard.
The Issuance Program ID.
Credential data matching your schema definition.
ignore returns the existing credential. revoke revokes the old credential and issues a new one.
ignore, revoke Credential issuance submitted. Use the coreClaimHash to poll for on-chain status.