Validate DID Keys
Validate DID document keys.
Authorizations
Body
documentall ofRequired
Responses
200
Successful operation.
application/json
401
Unauthorized
403
Forbidden.
500
Internal server error.
application/json
post
POST /api/v1/profiles/did-keys/validate HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 288
{
"document": {
"id": "text",
"context": [
"text"
],
"alsoKnownAs": [
"text"
],
"controller": [
"text"
],
"verificationMethod": [
{}
],
"authentication": [
{}
],
"assertionMethod": [
{}
],
"keyAgreement": [
{}
],
"capabilityInvocation": [
{}
],
"capabilityDelegation": [
{}
],
"service": [
{}
]
},
"keys": [
{
"id": "text",
"key": "text"
}
]
}
{
"id": "text",
"key": "text",
"valid": true
}
Last updated