Issue Credential on Behalf
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.
Authorizations
A signed Partner JWT containing partnerId, email, scope, and exp claims. See Partner Authentication for setup.
Body
Your Issuer DID from the Developer Dashboard.
The Issuance Program ID.
Credential data matching your schema definition. Add your own key-value pairs.
ignore returns the existing credential. revoke revokes the old credential and issues a new one.
ignore, revoke Response
Credential issuance submitted. Use the coreClaimHash to poll for on-chain status.