Skip to content

List DID keys

GET
/v1/did/keys
curl --request GET \
--url https://api.parasta.io/v1/did/keys \
--header 'Authorization: Bearer <token>'

OK

Media type application/json
object
keys
Array<object>
object
keyId
string
purpose
string
Allowed values: authentication assertionMethod
type
string
Allowed values: EcdsaSecp256k1VerificationKey2019
status
string
Allowed values: active revoked
createdAt
string format: date-time
Example
{
"keys": [
{
"purpose": "authentication",
"type": "EcdsaSecp256k1VerificationKey2019",
"status": "active"
}
]
}

Please contact your representative. 담당자에게 문의해주세요.