v1
latestOpenAPI 3.0.02026-07-17647099.1 KBIdentity
Key Management
Create Auth Credential
Endpoint to create a new Auth Credential
- keyID - only babyjubjub keys supported
post/v2/identities/{identifier}/create-auth-credential
Path parameters
identifierstring required
Issuer identifier
Request body
Example request
{
"keyID": "ZGlkOnBvbHlnb25pZDpwb2x5Z29uOmFtb3k6MnFRNjhKa1JjZjN5cXBYanRqVVQ3WjdVeW1TV0hzYll",
"credentialStatusType": "Iden3ReverseSparseMerkleTreeProof"
}Response
Key added successfully
Example response
{
"id": "8edd8112-c415-11ed-b036-debe37e1cbd6"
}